mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-02-19 16:36:35 +01:00
Converter: fixed a bug in function name replacement when the func has no params.
git-svn-id: trunk@27303 -
This commit is contained in:
parent
70b20c0c64
commit
163408b6f1
@ -689,8 +689,10 @@ var
|
||||
end;
|
||||
end;
|
||||
end
|
||||
else
|
||||
else begin
|
||||
FuncInfo.EndPos:=CurPos.StartPos;
|
||||
CheckSemiColon(FuncInfo);
|
||||
end;
|
||||
end;
|
||||
FuncInfo.UpdateReplacement;
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user