mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 19:39:30 +02:00
IDE: simplified
git-svn-id: trunk@47754 -
This commit is contained in:
parent
312c5f1c59
commit
707c60c7eb
@ -1682,7 +1682,7 @@ begin
|
||||
BackupFilename:=FileNameOnly+FileExt;
|
||||
end;
|
||||
if BackupInfo.SubDirectory<>'' then
|
||||
BackupFilename:=SubDir+PathDelim+BackupFilename
|
||||
BackupFilename:=AppendPathDelim(SubDir)+BackupFilename
|
||||
else
|
||||
BackupFilename:=FilePath+BackupFilename;
|
||||
// remove old backup file
|
||||
@ -1700,7 +1700,7 @@ begin
|
||||
end else begin
|
||||
// backup with counter
|
||||
if BackupInfo.SubDirectory<>'' then
|
||||
BackupFilename:=SubDir+PathDelim+FileNameOnly+FileExt+';'
|
||||
BackupFilename:=AppendPathDelim(SubDir)+FileNameOnly+FileExt+';'
|
||||
else
|
||||
BackupFilename:=Filename+';';
|
||||
if BackupInfo.MaxCounter<=0 then begin
|
||||
|
Loading…
Reference in New Issue
Block a user