mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
don't try to backup sessions from older versions of ardour that are also read-only
git-svn-id: svn://localhost/ardour2/branches/3.0@12823 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e1bb03bba4
commit
0dc43d677e
1 changed files with 1 additions and 1 deletions
|
|
@ -929,7 +929,7 @@ Session::load_state (string snapshot_name)
|
|||
}
|
||||
}
|
||||
|
||||
if (Stateful::loading_state_version < CURRENT_SESSION_FILE_VERSION) {
|
||||
if (Stateful::loading_state_version < CURRENT_SESSION_FILE_VERSION && _writable) {
|
||||
|
||||
sys::path backup_path(_session_dir->root_path());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue