13
0

Fix issue with export channel splitting getting stuck in the filename

git-svn-id: svn://localhost/ardour2/branches/3.0@11380 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Sakari Bergen 2012-01-28 19:20:17 +00:00
parent 80004a33aa
commit aaec2a8480

View File

@ -832,6 +832,7 @@ ExportProfileManager::check_config (boost::shared_ptr<Warnings> warnings,
} }
} else { } else {
filename->include_channel = false;
string path = filename->get_path (format); string path = filename->get_path (format);
if (sys::exists (sys::path (path))) { if (sys::exists (sys::path (path))) {