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

This commit is contained in:
sjborley 2005-05-28 17:31:49 +00:00
parent ad52efc501
commit 1d414b9595
1 changed files with 1 additions and 0 deletions

View File

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