mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 12:40:34 +02: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