Add files via upload

This commit is contained in:
lwvmobile 2022-08-13 19:07:53 -04:00 committed by GitHub
parent 44cdfd912d
commit 5cb14c356b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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)
{