]> Shamusworld >> Repos - rmac/blobdiff - listing.c
Version bump for last commit. :-)
[rmac] / listing.c
index 31308870bb574e3343f3c332a7d3772a484d49f9..e13856ee9391e7fa354b717d45953712219aa5b4 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;
@@ -132,7 +132,7 @@ void date_string(char * buf, uint32_t date)
 
 //
 // Transform letters a-f in the address and data columns of the listing to
-// uppercase. (People seem  to like uppercase hex better in assembly-language
+// uppercase. (People seem to like uppercase hex better in assembly-language
 // listings....)
 //
 void uc_ln(char * ln)