mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 19:19:18 +02:00
codetools: fixed TStandardCodeTool.ReplaceWords
git-svn-id: trunk@38540 -
This commit is contained in:
parent
da2404fdb3
commit
89b17f0d82
@ -3133,6 +3133,7 @@ function TStandardCodeTool.ReplaceWords(IdentList: TStrings;
|
|||||||
CurSource: string;
|
CurSource: string;
|
||||||
i: integer;
|
i: integer;
|
||||||
begin
|
begin
|
||||||
|
CurSource:=ACode.Source;
|
||||||
MaxPos:=length(CurSource);
|
MaxPos:=length(CurSource);
|
||||||
StartPos:=1;
|
StartPos:=1;
|
||||||
// go through all source parts between compiler directives
|
// go through all source parts between compiler directives
|
||||||
|
Loading…
Reference in New Issue
Block a user