mirror of https://github.com/BOINC/boinc.git
parent
7622cd57db
commit
4e54344742
|
@ -190,6 +190,7 @@ CLEANUP:
|
||||||
if ((ulExitCode != 0) || (!pi.hProcess)) {
|
if ((ulExitCode != 0) || (!pi.hProcess)) {
|
||||||
retval = ERR_FOPEN;
|
retval = ERR_FOPEN;
|
||||||
}
|
}
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
FILE* fp;
|
FILE* fp;
|
||||||
|
@ -219,6 +220,7 @@ CLEANUP:
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (retval) {
|
if (retval) {
|
||||||
fprintf(
|
fprintf(
|
||||||
stderr,
|
stderr,
|
||||||
|
|
Loading…
Reference in New Issue