aboutsummaryrefslogtreecommitdiff
path: root/src/fsk_demod.c
diff options
context:
space:
mode:
authordrowe67 <[email protected]>2023-07-14 08:15:48 +0930
committerDavid Rowe <[email protected]>2023-07-14 08:15:48 +0930
commit98992bc3585124981450659394d6f84032b81370 (patch)
treee015b6d01db10ff219f5d1cf49eb3dcadb7dbe48 /src/fsk_demod.c
parent496710e562507ee1d3ca05cfe15a53a28c7e6135 (diff)
parent7e3c9e2912d80e170f7747319e3e2e771f4d98a4 (diff)
Merge branch 'dr-cleanup' of github.com:drowe67/codec2-new into dr-cleanupdr-cleanup
Diffstat (limited to 'src/fsk_demod.c')
-rw-r--r--src/fsk_demod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fsk_demod.c b/src/fsk_demod.c
index 44ca1db..60b76c0 100644
--- a/src/fsk_demod.c
+++ b/src/fsk_demod.c
@@ -359,7 +359,7 @@ int main(int argc,char *argv[]){
fprintf(stderr,"{");
time_t seconds = time(NULL);
- fprintf(stderr,"\"secs\": %ld, \"EbNodB\": %5.1f, \"ppm\": %4d,",seconds, stats.snr_est, (int)fsk->ppm);
+ fprintf(stderr,"\"secs\": %ld, \"EbNodB\": %5.1f, \"ppm\": %4d,",(long)seconds, stats.snr_est, (int)fsk->ppm);
float *f_est;
if (fsk->freq_est_type)
f_est = fsk->f2_est;