Fixed bug that prevented many functions to work; this came from a previous commit

This commit is contained in:
ha7ilm 2017-04-06 15:35:52 +02:00
parent ad36d1160e
commit 93b996412a

2
csdr.c
View file

@ -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;