mirror of https://gitlab.com/basile.b/dexed.git
parent
9c79c35082
commit
ba2489d3e6
|
@ -437,7 +437,7 @@ begin
|
||||||
nextPChar := safeLookupChar();
|
nextPChar := safeLookupChar();
|
||||||
if nextPChar <> nil then
|
if nextPChar <> nil then
|
||||||
begin
|
begin
|
||||||
nextChar := fLineBuf[fTokStop];
|
nextChar := nextPChar^;
|
||||||
if (nextChar = '=') or (nextChar = '>') then
|
if (nextChar = '=') or (nextChar = '>') then
|
||||||
fTokStop += 1;
|
fTokStop += 1;
|
||||||
end;
|
end;
|
||||||
|
|
Loading…
Reference in New Issue