Skip to content

Commit fd6668e

Browse files
authored
Whoops, pasted wrong change
1 parent a86395c commit fd6668e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/direwolf.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1329,7 +1329,7 @@ void app_process_rec_packet (int chan, int subchan, int slice, packet_t pp, alev
13291329
else {
13301330
text_color_set(DW_COLOR_DECODED);
13311331
if (is_fx25) { // really means 'FEC enabled'
1332-
if (X_fx25_xmit_enable > 0) {
1332+
if (audio_config.achan[0].layer2_xmit == LAYER2_FX25) {
13331333
dw_printf("[FX.25] ");
13341334
} else {
13351335
dw_printf("[IL2P] ");

0 commit comments

Comments
 (0)