fix line number confusion

This commit is contained in:
Bernd Boeckmann
2023-04-02 17:03:30 +02:00
parent 7b5528eb6b
commit 7bdce0e8a5

View File

@@ -1308,8 +1308,10 @@ void pass(char **p, int pass)
(*p)++;
filenames_idx++;
line = filelines[filenames_idx];
line++;
skip_eol(p);
if (IS_END(**p)) {
line++;
skip_eol(p);
}
if (listing)
fprintf(list_file,