From: ggn Date: Thu, 24 Mar 2022 11:29:40 +0000 (+0200) Subject: Printing a listing with -l* now doesn't print \f characters when printing the symbol... X-Git-Tag: v2.2.1~2 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=commitdiff_plain;h=dc4424acbe61ff3a41ec3e46e60bf102ef59327b Printing a listing with -l* now doesn't print \f characters when printing the symbol table. --- diff --git a/listing.c b/listing.c index 3130887..d5a2296 100644 --- a/listing.c +++ b/listing.c @@ -53,7 +53,7 @@ static char * month[16] = { // int eject(void) { - if (listing > 0) + if (listing > 0 && list_pag) { println("\f"); nlines = 0;