diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc index 45d07e2715..775f3658b4 100644 --- a/libs/ardour/session_state.cc +++ b/libs/ardour/session_state.cc @@ -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;