diff --git a/checkin_notes b/checkin_notes index 64d84c2b5d..924b383492 100644 --- a/checkin_notes +++ b/checkin_notes @@ -743,3 +743,9 @@ David 17 June 2008 wrapper/ wrapper.C + +David 18 June 2008 + - change name of exit code + + wrapper/ + wrapper.C diff --git a/wrapper/wrapper.C b/wrapper/wrapper.C index 890fa7a87f..b6e7b62b92 100644 --- a/wrapper/wrapper.C +++ b/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; }