comparison frtest/preproc.c @ 129:b722fcb52926

gsmfr-preproc usage msg: call it input.gsmx instead of input.gsm
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 11 Dec 2022 04:02:00 +0000
parents 94f18b720f1e
children 18229558c8bf
comparison
equal deleted inserted replaced
128:a5ffec18e4cd 129:b722fcb52926
17 struct gsmfr_preproc_state *pp_state; 17 struct gsmfr_preproc_state *pp_state;
18 uint8_t frame[BINFILE_MAX_FRAME]; 18 uint8_t frame[BINFILE_MAX_FRAME];
19 int rc, bfi, taf; 19 int rc, bfi, taf;
20 20
21 if (argc != 3) { 21 if (argc != 3) {
22 fprintf(stderr, "usage: %s input.gsm output.gsm\n", argv[0]); 22 fprintf(stderr, "usage: %s input.gsmx output.gsm\n", argv[0]);
23 exit(1); 23 exit(1);
24 } 24 }
25 bini = fopen(argv[1], "r"); 25 bini = fopen(argv[1], "r");
26 if (!bini) { 26 if (!bini) {
27 perror(argv[1]); 27 perror(argv[1]);