From 1d414b95951ac906ff162dd9aada2037a0eafe03 Mon Sep 17 00:00:00 2001 From: sjborley Date: Sat, 28 May 2005 17:31:49 +0000 Subject: [PATCH] Fix bug introduced in my last change. Thanks to Hitoshi Tanaka. --- 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 f23f46002..b37b7d7ba 100644 --- a/src/frontend/plotting/plotit.c +++ b/src/frontend/plotting/plotit.c @@ -279,6 +279,7 @@ plotit(wordlist *wl, char *hcopy, char *devname) */ if(wl->wl_prev) { wl = wl->wl_prev; + tw = NULL; /* Not used, so must be NULL */ } else { tw = alloc(struct wordlist); wl->wl_prev = tw;