mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -832,6 +832,7 @@ ExportProfileManager::check_config (boost::shared_ptr<Warnings> warnings,
|
|||
}
|
||||
|
||||
} else {
|
||||
filename->include_channel = false;
|
||||
string path = filename->get_path (format);
|
||||
|
||||
if (sys::exists (sys::path (path))) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue