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

feature/digitalmods
ha7ilm 2017-04-06 15:35:52 +02:00
rodzic ad36d1160e
commit 93b996412a
1 zmienionych plików z 1 dodań i 1 usunięć

2
csdr.c
Wyświetl plik

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