From 1b62c1f0502e1531bc43c7cf0a0468e9648dec20 Mon Sep 17 00:00:00 2001 From: rlar Date: Wed, 23 Dec 2015 10:29:12 +0100 Subject: [PATCH] plotting/plotit.c, plotit(), `v_length' shall be updated (lpr device, asciiplot) --- src/frontend/plotting/plotit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontend/plotting/plotit.c b/src/frontend/plotting/plotit.c index 6a23ad1ba..4b9257e67 100644 --- a/src/frontend/plotting/plotit.c +++ b/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;