Fix bug introduced in my last change. Thanks to Hitoshi Tanaka.
This commit is contained in:
parent
ad52efc501
commit
1d414b9595
|
|
@ -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…
Reference in New Issue