*** empty log message ***

svn path=/trunk/boinc_samples/; revision=10899
This commit is contained in:
David Anderson 2006-08-12 22:37:31 +00:00
parent f639b7efb7
commit 03a5da7e14
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}