Printing a listing with -l* now doesn't print \f characters when printing the symbol table.

This commit is contained in:
ggn 2022-03-24 13:29:40 +02:00 committed by Shamus Hammons
parent 7d748dc6e2
commit dc4424acbe
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ static char * month[16] = {
//
int eject(void)
{
if (listing > 0)
if (listing > 0 && list_pag)
{
println("\f");
nlines = 0;