fixed arg order
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Tue, 29 Nov 2016 08:31:30 +0000 (08:31 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Tue, 29 Nov 2016 08:31:30 +0000 (08:31 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@2908 01035d8c-6547-0410-b346-abe4f91aad63

codec2-dev/src/fsk_demod.c

index 6db47a3dc60263155b54b8cdbf1f7cebd8b96b3c..2f0c471c73fef6a8ea75f95dadf447ec4da8bc1a 100644 (file)
@@ -133,7 +133,7 @@ int main(int argc,char *argv[]){
         if(strcmp(argv[8],"C")==0){
             complex_input = 2;
         }
-        if(strcmp(argv[7],"CU8")==0){
+        if(strcmp(argv[8],"CU8")==0){
             complex_input = 2;
             bytes_per_sample = 1;
         }