X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=listing.c;h=f2f361336315a9d843bb069f7cd9b95ce09256dc;hp=31308870bb574e3343f3c332a7d3772a484d49f9;hb=HEAD;hpb=cbc8347d4ffea164ca05b03e4e3be39945be8777 diff --git a/listing.c b/listing.c index 3130887..e13856e 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; @@ -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)