From aaec2a84803230b93ff13f07514a341a10dab3ee Mon Sep 17 00:00:00 2001 From: Sakari Bergen Date: Sat, 28 Jan 2012 19:20:17 +0000 Subject: 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 --- libs/ardour/export_profile_manager.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/export_profile_manager.cc') 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, } } else { + filename->include_channel = false; string path = filename->get_path (format); if (sys::exists (sys::path (path))) { -- cgit v1.2.3