Use Session::_session_dir instead of Session::_path when calling Session::setup_raid_path in Session::set_state
git-svn-id: svn://localhost/ardour2/trunk@2396 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
62e1d70659
commit
ef9f07ea64
@ -1053,7 +1053,7 @@ Session::set_state (const XMLNode& node)
|
||||
_name = prop->value ();
|
||||
}
|
||||
|
||||
setup_raid_path(_path);
|
||||
setup_raid_path(_session_dir->root_path().to_string());
|
||||
|
||||
if ((prop = node.property (X_("id-counter"))) != 0) {
|
||||
uint64_t x;
|
||||
|
Loading…
Reference in New Issue
Block a user