Reset col when reading new lines. Fix issue #39356

This commit is contained in:
Michaël Van Canneyt 2022-07-03 10:27:04 +02:00
parent c5a0d16c58
commit 672f90bf40

View File

@ -509,6 +509,7 @@ begin
FSkipStackIndex:=0;
Faborted:=False;
FLine:=1;
FCol:=1;
DefaultDirectives;
Repeat
NextStatement();