Update main.c

pull/42/head
alanbjohnston 6 years ago committed by GitHub
parent edcb0ab898
commit 3cc46f3c40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -785,7 +785,7 @@ for (int j = 0; j < frameCnt; j++)
strcpy(cw_str2, cw_header2);
//printf("Before 1st strcpy\n");
strcat(cw_str2, str2);
strcat(cw_str2, str);
//printf("Before 1st strcpy\n");
strcat(cw_str2, cw_footer2);
//printf("Before 1st strcpy\n");

Loading…
Cancel
Save

Powered by TurnKey Linux.