mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue