This one is for Ari Koivunen! Fixed ardour cleaning up used sources
during cleanup for sessions created in 0.99.x git-svn-id: svn://localhost/ardour2/trunk@1674 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f388715a59
commit
facf616868
@ -2696,7 +2696,7 @@ Session::cleanup_sources (Session::cleanup_report& rep)
|
|||||||
|
|
||||||
for (set<string>::iterator i = all_sources.begin(); i != all_sources.end(); ++i) {
|
for (set<string>::iterator i = all_sources.begin(); i != all_sources.end(); ++i) {
|
||||||
|
|
||||||
if (spath == *i) {
|
if (strcmp(canonicalize_file_name(spath.c_str()), canonicalize_file_name( (*i).c_str())) == 0) {
|
||||||
used = true;
|
used = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user