mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 16:16:05 +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;
|
||||
i: integer;
|
||||
begin
|
||||
CurSource:=ACode.Source;
|
||||
MaxPos:=length(CurSource);
|
||||
StartPos:=1;
|
||||
// go through all source parts between compiler directives
|
||||
|
Loading…
Reference in New Issue
Block a user