plotting/plotit.c, plotit(), `v_length' shall be updated (lpr device, asciiplot)
This commit is contained in:
parent
d632e3314d
commit
1b62c1f050
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue