Skip to content

Commit ea8a613

Browse files
committed
Reapply DCD logic reversal fix
1 parent c7c591a commit ea8a613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: hdlc_rec.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ int hdlc_rec_data_detect_any (int chan)
666666
text_color_set(DW_COLOR_ERROR);
667667
dw_printf ("Error opening %s to check TXINH.\n", stemp);
668668
dw_printf ("%s\n", strerror(e));
669-
return busy;
669+
return (busy != 0);
670670
}
671671

672672
char vtemp[2];

0 commit comments

Comments
 (0)