added stdin

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

@ -341,7 +341,7 @@ int main(int argc, char * argv[]) {
strcpy(pythonStr, pythonCmd); strcpy(pythonStr, pythonCmd);
strcat(pythonStr, busStr); strcat(pythonStr, busStr);
strcat(pythonConfigStr, pythonStr); strcat(pythonConfigStr, pythonStr);
strcat(pythonConfigStr, " c"); strcat(pythonConfigStr, " c >sdtin"); // added stdin
file1 = popen(pythonConfigStr, "w"); file1 = popen(pythonConfigStr, "w");

Loading…
Cancel
Save

Powered by TurnKey Linux.