Update main.c

pull/78/head
alanbjohnston 5 years ago committed by GitHub
parent 100aabd8f1
commit b8fe0cef95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -351,7 +351,7 @@ int main(int argc, char * argv[]) {
pclose(file1); pclose(file1);
int pid, infd, outfd; int pid, infd, outfd;
printf("Start Process Result: %d %d %d %d \n", start_subprocess(pythonConfigStr, int *pid, int *infd, int *outfd), pid, infd, outfd); printf("Start Process Result: %d %d %d %d \n", start_subprocess(pythonConfigStr, &pid, &infd, &outfd), pid, infd, outfd);
/* /*
sleep(5); sleep(5);
fputc('\n', file1); fputc('\n', file1);

Loading…
Cancel
Save

Powered by TurnKey Linux.