]> Shamusworld >> Repos - rmac/commitdiff
Printing a listing with -l* now doesn't print \f characters when printing the symbol...
authorggn <ggn@atari.org>
Thu, 24 Mar 2022 11:29:40 +0000 (13:29 +0200)
committerShamus Hammons <jlhamm@acm.org>
Mon, 30 May 2022 19:56:38 +0000 (14:56 -0500)
listing.c

index 31308870bb574e3343f3c332a7d3772a484d49f9..d5a22964ab54e9823f6620a90b4892e0e4e288b7 100644 (file)
--- 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;