]> Shamusworld >> Repos - rmac/blobdiff - listing.c
Printing a listing with -l* now doesn't print \f characters when printing the symbol...
[rmac] / 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;