mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix stupid error in cc83dfa887
.
This commit is contained in:
parent
1602415b98
commit
5afe6cf947
@ -1337,7 +1337,7 @@ string Buffer::getBackupName() const {
|
||||
backup.set(addName(fpath, addExtension(newbackname, fext)));
|
||||
v++;
|
||||
}
|
||||
return v < 100 ? backup.onlyFileName() : "";
|
||||
return v < 100 ? backup.absFileName() : "";
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user