mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
Comment
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34433 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
665dac3f53
commit
e946282535
@ -1006,6 +1006,7 @@ bool Buffer::save() const
|
||||
backupName = FileName(addName(lyxrc.backupdir_path,
|
||||
mangledName));
|
||||
}
|
||||
// do not copy because of #6587
|
||||
if (fileName().moveTo(backupName)) {
|
||||
madeBackup = true;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user