try double escaping \

pull/60/head
alanbjohnston 5 years ago committed by GitHub
parent 1c844c2599
commit b007b16194
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -670,7 +670,7 @@ for (int j = 0; j < frameCnt; j++)
{ {
strcat(str, call); strcat(str, call);
strcat(str, header_str2); strcat(str, header_str2);
sprintf(header_str2b, "=%7.2f%c%c%08.2f%cShi hi",4003.79,'N',0x5c,07534.33,'W'); // add APRS latt and long sprintf(header_str2b, "=%7.2f%c%c%c%c%c%08.2f%cShi hi",4003.79,'N',0x5c,0x5c,0x5c,0x5c,07534.33,'W'); // add APRS latt and long
printf("\n\nString is %s \n\n", header_str2b); printf("\n\nString is %s \n\n", header_str2b);
strcat(str, header_str2b); strcat(str, header_str2b);
} else } else

Loading…
Cancel
Save

Powered by TurnKey Linux.