From 93b996412a59379b6a972ec9ffecc3bd1f233344 Mon Sep 17 00:00:00 2001 From: ha7ilm Date: Thu, 6 Apr 2017 15:35:52 +0200 Subject: [PATCH] Fixed bug that prevented many functions to work; this came from a previous commit --- csdr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csdr.c b/csdr.c index a62877b..26aef96 100755 --- a/csdr.c +++ b/csdr.c @@ -2277,7 +2277,7 @@ int main(int argc, char *argv[]) |___/ */ - if(!!strcmp(argv[1],"bpsk31_varicode_decoder_u8_u8")) + if(!strcmp(argv[1],"bpsk31_varicode_decoder_u8_u8")) { unsigned long long status_shr = 0; unsigned char output;