fix #5076 - we failed to actually find any existing snapshots because the path scanne...
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 12 Nov 2012 17:41:04 +0000 (17:41 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 12 Nov 2012 17:41:04 +0000 (17:41 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@13459 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/session_state.cc

index 1a566ec20eebb0a62329b8f5be8f2928400b4a6d..46dee236ae1f986c2ac9bd74b36d60fd98f4ebb2 100644 (file)
@@ -2586,7 +2586,7 @@ Session::find_all_sources_across_snapshots (set<string>& result, bool exclude_th
                ripped = ripped.substr (0, ripped.length() - 1);
        }
 
-       state_files = scanner (ripped, accept_all_state_files, (void *) 0, false, true);
+       state_files = scanner (ripped, accept_all_state_files, (void *) 0, true, true);
 
        if (state_files == 0) {
                /* impossible! */