@@ -1049,7 +1049,7 @@ static void xmit_speech (int c, packet_t pp)
1049
1049
(void )info_len ;
1050
1050
1051
1051
text_color_set (DW_COLOR_XMIT );
1052
- dw_printf ("[%d.speech%s] \"%s\"\n" , c , pinfo , ts );
1052
+ dw_printf ("[%d.speech%s] \"%s\"\n" , c , ts , pinfo );
1053
1053
1054
1054
1055
1055
if (strlen (save_audio_config_p -> tts_script ) == 0 ) {
@@ -1175,7 +1175,7 @@ static void xmit_morse (int c, packet_t pp, int wpm)
1175
1175
info_len = ax25_get_info (pp , & pinfo );
1176
1176
(void )info_len ;
1177
1177
text_color_set (DW_COLOR_XMIT );
1178
- dw_printf ("[%d.morse%s] \"%s\"\n" , c , pinfo , ts );
1178
+ dw_printf ("[%d.morse%s] \"%s\"\n" , c , ts , pinfo );
1179
1179
1180
1180
ptt_set (OCTYPE_PTT , c , 1 );
1181
1181
start_ptt = dtime_now ();
@@ -1247,7 +1247,7 @@ static void xmit_dtmf (int c, packet_t pp, int speed)
1247
1247
info_len = ax25_get_info (pp , & pinfo );
1248
1248
(void )info_len ;
1249
1249
text_color_set (DW_COLOR_XMIT );
1250
- dw_printf ("[%d.dtmf%s] \"%s\"\n" , c , pinfo , ts );
1250
+ dw_printf ("[%d.dtmf%s] \"%s\"\n" , c , ts , pinfo );
1251
1251
1252
1252
ptt_set (OCTYPE_PTT , c , 1 );
1253
1253
start_ptt = dtime_now ();
0 commit comments