mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 18:00:27 +02:00
FPDebug: fix error msg
git-svn-id: trunk@43246 -
This commit is contained in:
parent
32a2a8e653
commit
35ea619dab
@ -425,7 +425,7 @@ begin
|
||||
'a'..'z',
|
||||
'A'..'Z', '_': AddIdentifier;
|
||||
else begin
|
||||
SetError(Format('Unexpected char ''%0:s'' at pos %1:s', [CurPtr^, PosFromPChar(CurPtr)])); // error
|
||||
SetError(Format('Unexpected char ''%0:s'' at pos %1:d', [CurPtr^, PosFromPChar(CurPtr)])); // error
|
||||
break;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user