fix to previous change
This commit is contained in:
parent
a4c50516b0
commit
ef6c8451b9
@ -448,7 +448,7 @@ do_line(l)
|
|||||||
|
|
||||||
PushBack();
|
PushBack();
|
||||||
skipline();
|
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? */
|
if (t == STRING) /* is there a filespecifier? */
|
||||||
FileName = tk.tk_str;
|
FileName = tk.tk_str;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user