13
0

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:
Paul Davis 2007-03-04 14:08:23 +00:00
parent a38e2aff78
commit bae644416f

View File

@ -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 */