mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 04:59:08 +02:00
codetools: GetStringConstAsFormatString treat " as normal character
git-svn-id: trunk@26036 -
This commit is contained in:
parent
7a85daf14a
commit
2a0aad5e01
@ -3465,12 +3465,6 @@ function TStandardCodeTool.GetStringConstAsFormatString(StartPos,
|
||||
inc(APos);
|
||||
break;
|
||||
end;
|
||||
'"':
|
||||
begin
|
||||
if InRange then
|
||||
AddParameter('''"''');
|
||||
inc(APos);
|
||||
end;
|
||||
else
|
||||
begin
|
||||
// normal char
|
||||
|
Loading…
Reference in New Issue
Block a user