X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fsession_export.cc;h=677b2c12589f728f445a70595514ea3cb6d70560;hb=2f53112e83ff46ed535696a940e0bd5258a4fe66;hp=0ccea59b81ccc66845bda18d4c342c3dcecc3882;hpb=e27ac3278b0d335be0ccd9d6d6373287d406adb5;p=ardour.git diff --git a/libs/ardour/session_export.cc b/libs/ardour/session_export.cc index 0ccea59b81..677b2c1258 100644 --- a/libs/ardour/session_export.cc +++ b/libs/ardour/session_export.cc @@ -508,7 +508,7 @@ Session::prepare_to_export (AudioExportSpecification& spec) /* make sure we are actually rolling */ if (get_record_enabled()) { - disable_record (); + disable_record (false); } _exporting = true;