mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 16:56:03 +02: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;
|
exit;
|
||||||
end;
|
end;
|
||||||
if Assigned(fOnFileBackup) then begin
|
if Assigned(fOnFileBackup) then begin
|
||||||
Result:=fOnFileBackup(Filename);
|
Result:=fOnFileBackup(AFilename);
|
||||||
if Result=mrAbort then exit;
|
if Result=mrAbort then exit;
|
||||||
end;
|
end;
|
||||||
repeat
|
repeat
|
||||||
|
Loading…
Reference in New Issue
Block a user