Fix issue with export channel splitting getting stuck in the filename
authorSakari Bergen <sakari.bergen@beatwaves.net>
Sat, 28 Jan 2012 19:20:17 +0000 (19:20 +0000)
committerSakari Bergen <sakari.bergen@beatwaves.net>
Sat, 28 Jan 2012 19:20:17 +0000 (19:20 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@11380 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/export_profile_manager.cc

index 6ff73261de5197075420d5f766cab0772947bd58..af1209fde3dbfd2999fb708dba2c04168bd695bc 100644 (file)
@@ -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))) {