summaryrefslogtreecommitdiff
path: root/libs/ardour/export_profile_manager.cc
diff options
context:
space:
mode:
authorSakari Bergen <sakari.bergen@beatwaves.net>2012-01-28 19:20:17 +0000
committerSakari Bergen <sakari.bergen@beatwaves.net>2012-01-28 19:20:17 +0000
commitaaec2a84803230b93ff13f07514a341a10dab3ee (patch)
tree8570654014bf7419bea38e3cf2fc11654681c9c2 /libs/ardour/export_profile_manager.cc
parent80004a33aa286208161ae18ce6ca917e8f4442c9 (diff)
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
Diffstat (limited to 'libs/ardour/export_profile_manager.cc')
-rw-r--r--libs/ardour/export_profile_manager.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/export_profile_manager.cc b/libs/ardour/export_profile_manager.cc
index 6ff73261de..af1209fde3 100644
--- a/libs/ardour/export_profile_manager.cc
+++ b/libs/ardour/export_profile_manager.cc
@@ -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))) {