fixed typo in fprintf

pull/34/head
alanbjohnston 6 years ago committed by GitHub
parent 2999b9ade2
commit 6e84cf31d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -241,7 +241,7 @@ int main(void) {
{
char cmdbuffer[1000];
strcat(str,footer_str);
// fprintf("String to execute: %s\n", str);
fprintf(stderr, "String to execute: %s\n", str);
FILE* file2 = popen(str, "r");
fgets(cmdbuffer, 999, file2);
pclose(file2);

Loading…
Cancel
Save

Powered by TurnKey Linux.