13
0

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:
Sampo Savolainen 2007-04-06 19:41:31 +00:00
parent f388715a59
commit facf616868

View File

@ -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;
} }