mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-06 07:27:43 +01:00
LCL: fixed result
git-svn-id: trunk@14917 -
This commit is contained in:
parent
963a81e03f
commit
fe3e6ddef7
@ -4425,6 +4425,8 @@ begin
|
||||
Result:=s;
|
||||
DeleteFile(FN1);
|
||||
DeleteFile(FN2);
|
||||
{$else}
|
||||
Result:=s;
|
||||
{$endif}
|
||||
end;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user