From 8cbb9727e959a744057de387a293aecdce09a62c Mon Sep 17 00:00:00 2001 From: Sakari Bergen Date: Sun, 17 Mar 2013 12:32:48 +0200 Subject: Handle mutiple export files with the same extension but different format. If multiple filenames have the same extension, append the format name to the filename. This still requires a bit of extra logic to be optimal, as the format name will now be added in some situations where it is not needed. However, this is better than producing a broken file... --- libs/ardour/ardour/export_filename.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/ardour/export_filename.h') diff --git a/libs/ardour/ardour/export_filename.h b/libs/ardour/ardour/export_filename.h index b5f0bde234..994f584e8d 100644 --- a/libs/ardour/ardour/export_filename.h +++ b/libs/ardour/ardour/export_filename.h @@ -92,6 +92,7 @@ class ExportFilename { bool include_session; bool include_revision; bool include_channel_config; + bool include_format_name; bool include_channel; bool include_timespan; bool include_time; -- cgit v1.2.3