From d78be6716b504b00a4bf9b1d637bdb878f303063 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Tue, 10 Oct 2023 10:01:52 -0400 Subject: [BUGFIX] block SYS_EVENTS from some action switches fixes some of the places where SYS EVENTS cause issues with action switches that don't have handling for system events more exist.. Change-Id: Ie6f4b05ed7ef1119d43e65ee49be8f754af83f52 --- apps/cuesheet.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/cuesheet.c') diff --git a/apps/cuesheet.c b/apps/cuesheet.c index 263fed154d..bbdc93746e 100644 --- a/apps/cuesheet.c +++ b/apps/cuesheet.c @@ -523,6 +523,8 @@ void browse_cuesheet(struct cuesheet *cue) case ACTION_STD_CANCEL: done = true; + default: + break; } } } -- cgit v1.2.3