From 75c77b0cac6041d5265a0ba46f411170adf3a413 Mon Sep 17 00:00:00 2001 From: Gerolf Ziegenhain Date: Tue, 4 Oct 2016 21:13:07 +0200 Subject: [PATCH] wip --- src/cwprotocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cwprotocol.c b/src/cwprotocol.c index ffc8e27..a2db730 100644 --- a/src/cwprotocol.c +++ b/src/cwprotocol.c @@ -41,7 +41,7 @@ int prepare_tx (struct data_packet_format *tx_packet, char *id) tx_packet->a21 = 0; /* These magic numbers was provided by Les Kerr */ tx_packet->a22 = 755; tx_packet->a23 = 16777215; - snprintf(tx_packet->status, SIZE_STATUS, "?"); + snprintf(tx_packet->status, SIZE_STATUS, "no"); return 0; }