mirror of https://github.com/BOINC/boinc.git
- change name of exit code
svn path=/trunk/boinc_samples/; revision=15424
This commit is contained in:
parent
1ee13f3448
commit
4aa2175cdb
|
@ -743,3 +743,9 @@ David 17 June 2008
|
|||
|
||||
wrapper/
|
||||
wrapper.C
|
||||
|
||||
David 18 June 2008
|
||||
- change name of exit code
|
||||
|
||||
wrapper/
|
||||
wrapper.C
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue