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:
parent
80004a33aa
commit
aaec2a8480
@ -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))) {
|
||||||
|
Loading…
Reference in New Issue
Block a user