Browse Source

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

pre-master-46
rlar 10 years ago
parent
commit
1b62c1f050
  1. 1
      src/frontend/plotting/plotit.c

1
src/frontend/plotting/plotit.c

@ -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…
Cancel
Save