From 4aa2175cdbe46008d667031bb5c209d03fa80883 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 18 Jun 2008 16:44:12 +0000 Subject: [PATCH] - change name of exit code svn path=/trunk/boinc_samples/; revision=15424 --- checkin_notes | 6 ++++++ wrapper/wrapper.C | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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; }