From 5cb14c356bc26cfd6857090cb9d50d25cf4e05f4 Mon Sep 17 00:00:00 2001 From: lwvmobile <59371473+lwvmobile@users.noreply.github.com> Date: Sat, 13 Aug 2022 19:07:53 -0400 Subject: [PATCH] Add files via upload --- src/dmr_process_voice.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dmr_process_voice.c b/src/dmr_process_voice.c index 8c738e3..e69d4ec 100644 --- a/src/dmr_process_voice.c +++ b/src/dmr_process_voice.c @@ -208,11 +208,11 @@ if (state->currentslot == 0) } else state->dmr_encR = 0; - if (state->K != 0 || state->R != 0) + if (state->K != 0) { state->dmr_encR = 0; } - + //quick test to determine whether or not to run the next few steps below if (state->dmr_encR == 0 || opts->dmr_mute_encR == 0) {