commit for cleanup bug that affects both old and new sessions
git-svn-id: svn://localhost/ardour2/trunk@1550 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
a38e2aff78
commit
bae644416f
@ -2678,7 +2678,7 @@ Session::cleanup_sources (Session::cleanup_report& rep)
|
||||
on whichever filesystem it was already on.
|
||||
*/
|
||||
|
||||
if (_path.find ("/sounds/")) {
|
||||
if ((*x).find ("/sounds/") != string::npos) {
|
||||
|
||||
/* old school, go up 1 level */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user