- change name of exit code

svn path=/trunk/boinc_samples/; revision=15424
This commit is contained in:
David Anderson 2008-06-18 16:44:12 +00:00
parent 1ee13f3448
commit 4aa2175cdb
2 changed files with 7 additions and 1 deletions

View File

@ -743,3 +743,9 @@ David 17 June 2008
wrapper/
wrapper.C
David 18 June 2008
- change name of exit code
wrapper/
wrapper.C

View File

@ -530,7 +530,7 @@ int main(int argc, char** argv) {
// as recoverable, and restart us.
// We don't want this, so return an 8-bit error code.
//
boinc_finish(ERR_CHILD_FAILED);
boinc_finish(EXIT_CHILD_FAILED);
}
break;
}