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