mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc_samples/; revision=10899
This commit is contained in:
parent
f639b7efb7
commit
03a5da7e14
|
@ -143,7 +143,7 @@ int TASK::run() {
|
|||
stdout_file = freopen(stdout_filename.c_str(), "w", stdout);
|
||||
if (!stdout_file) return ERR_FOPEN;
|
||||
}
|
||||
if (stdin != "") {
|
||||
if (stdin_filename != "") {
|
||||
stdin_file = freopen(stdin_filename.c_str(), "w", stdin);
|
||||
if (!stdin_file) return ERR_FOPEN;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue