fix to previous change

This commit is contained in:
ceriel 1989-11-17 15:19:55 +00:00
parent c4ca7db14f
commit 99cae8d6df

View file

@ -448,7 +448,7 @@ do_line(l)
PushBack();
skipline();
LineNumber = l - 1; /* the number of the next input line */
LineNumber = l; /* the number of the next input line */
if (t == STRING) /* is there a filespecifier? */
FileName = tk.tk_str;
}