pull/78/head
alanbjohnston 5 years ago committed by GitHub
parent 2881b595cf
commit ee66bfa171
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);
strcat(pythonStr, busStr);
strcat(pythonConfigStr, pythonStr);
strcat(pythonConfigStr, " c >sdtin"); // added stdin
strcat(pythonConfigStr, " c >stdin"); // added stdin
file1 = popen(pythonConfigStr, "w");

Loading…
Cancel
Save

Powered by TurnKey Linux.