mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 15:32:46 +02:00
CodeTools: Interpret string constants correctly. Issue #29723, patch from Bart.
git-svn-id: trunk@53266 -
This commit is contained in:
parent
149d296da7
commit
8be0b04f08
@ -878,6 +878,7 @@ begin
|
||||
inc(p);
|
||||
end else if p^='$' then begin
|
||||
// hexadecimal
|
||||
Inc(p);
|
||||
while IsHexNumberChar[p^] do
|
||||
inc(p);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user