From 65da95772de1633acd1bfcc7f579067bac3249af Mon Sep 17 00:00:00 2001 From: Robert de Bath Date: Sun, 9 Jul 2000 08:19:22 +0200 Subject: Import Dev86src-0.15.1.tar.gz --- as/genlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'as') diff --git a/as/genlist.c b/as/genlist.c index 399a71e..b0db41c 100644 --- a/as/genlist.c +++ b/as/genlist.c @@ -169,7 +169,7 @@ error_pt errnum; PUBLIC void listline() { - if (!listpre) + if (!listpre && lineptr != 0) { if (errcount || (list.current && (!macflag || mcount != 0)) || (macflag && maclist.current) || list_force ) -- cgit v1.2.1