diff --git a/hdlc_rec.c b/hdlc_rec.c index ada1982..f7370a8 100644 --- a/hdlc_rec.c +++ b/hdlc_rec.c @@ -678,7 +678,7 @@ int hdlc_rec_data_detect_any (int chan) } close (fd); - if (atoi(vtemp) == save_audio_config_p->achan[chan].txinh.invert) busy = 1; + if (atoi(vtemp) != save_audio_config_p->achan[chan].txinh.invert) busy = 1; } #endif