From c1074e66f98e4e3f7f4b443ab7ff78516ed8d91b Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 22 Nov 2020 09:34:45 -0500 Subject: [PATCH] Update main.c --- afsk/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/afsk/main.c b/afsk/main.c index 94ccc314..14c1c8e0 100644 --- a/afsk/main.c +++ b/afsk/main.c @@ -670,8 +670,8 @@ for (int j = 0; j < frameCnt; j++) { strcat(str, call); strcat(str, header_str2); - sprintf(header_str2b, "%7.2f%c%c%7.2f%cShi hi","\",4003.79,"N",07534.33,"W"); // add APRS latt and long - printf"\n\nString is %s \m\", header_str2b); + sprintf(header_str2b, "%7.2f%c%c%7.2f%cShi hi",4003.79,'N',0x5C,07534.33,'W'); // add APRS latt and long + printf("\n\nString is %s \m\", header_str2b); } else { strcat(str, header_str4);