Fix false-positive duplicate format detection
[ardour.git] / libs / ardour / export_filename.cc
index 1c8c53d117bc683fa4266c9afa0704f0a9577e8a..511db44a6b3f2ca562f585e121d73f26387749fa 100644 (file)
@@ -185,8 +185,7 @@ ExportFilename::get_path (ExportFormatSpecPtr format) const
                        && !include_timespan
                        && !include_channel_config
                        && !include_channel
-                       && !include_date
-                       && !include_format_name) {
+                       && !include_date) {
                with_timespan = true;
        }