mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-01 16:32:25 +01:00
IDE: fixed backup in TUnitInfo.WriteUnitSourceToFile, bug #14167
git-svn-id: trunk@21124 -
This commit is contained in:
parent
b8cdcc7406
commit
34b973c44f
@ -1037,7 +1037,7 @@ begin
|
||||
exit;
|
||||
end;
|
||||
if Assigned(fOnFileBackup) then begin
|
||||
Result:=fOnFileBackup(Filename);
|
||||
Result:=fOnFileBackup(AFilename);
|
||||
if Result=mrAbort then exit;
|
||||
end;
|
||||
repeat
|
||||
|
||||
Loading…
Reference in New Issue
Block a user