From a6107fc1af8d4ce0a823d12dba5a6dca80ca2343 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 5 Jan 2023 19:00:56 +0100 Subject: [PATCH] Fix preference name/variable mismatch #9192 --- libs/ardour/ardour/rc_configuration_vars.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/ardour/rc_configuration_vars.h b/libs/ardour/ardour/rc_configuration_vars.h index 697ca80fd0..22b0d842a4 100644 --- a/libs/ardour/ardour/rc_configuration_vars.h +++ b/libs/ardour/ardour/rc_configuration_vars.h @@ -161,7 +161,7 @@ CONFIG_VARIABLE (bool, use_click_emphasis, "use-click-emphasis", true) */ CONFIG_VARIABLE (bool, skip_playback, "skip-playback", true) CONFIG_VARIABLE (bool, plugins_stop_with_transport, "plugins-stop-with-transport", false) -CONFIG_VARIABLE (bool, recording_resets_xrun_count, "recording-resets-xrun-count,", false) +CONFIG_VARIABLE (bool, recording_resets_xrun_count, "recording-resets-xrun-count", false) CONFIG_VARIABLE (bool, stop_recording_on_xrun, "stop-recording-on-xrun", false) CONFIG_VARIABLE (bool, create_xrun_marker, "create-xrun-marker", false) CONFIG_VARIABLE (bool, stop_at_session_end, "stop-at-session-end", false)