plotting/plotit.c, plotit(), `v_length' shall be updated (lpr device, asciiplot)

This commit is contained in:
rlar 2015-12-23 10:29:12 +01:00
parent d632e3314d
commit 1b62c1f050
1 changed files with 1 additions and 0 deletions

View File

@ -946,6 +946,7 @@ plotit(wordlist *wl, char *hcopy, char *devname)
tfree(v->v_realdata);
v->v_realdata = newdata;
v->v_length = newlen;
/* Why go to all this trouble if agraf ignores it? */
nointerp = TRUE;