Browse Source

Fix bug introduced in my last change. Thanks to Hitoshi Tanaka.

pre-master-46
sjborley 21 years ago
parent
commit
1d414b9595
  1. 1
      src/frontend/plotting/plotit.c

1
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;

Loading…
Cancel
Save