mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 01:17:42 +01:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue