From ef9f07ea64be8b5191928a444afdf69155268ecd Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Tue, 4 Sep 2007 06:05:26 +0000 Subject: [PATCH] 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 --- libs/ardour/session_state.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;