From b796c65a191aeaad470607c707b9fccebd386018 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 22 Feb 2012 22:59:49 +0000 Subject: [PATCH] - client win compile fix svn path=/trunk/boinc/; revision=25316 --- client/app_control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/app_control.cpp b/client/app_control.cpp index 42f2e23f02..ffdd629863 100644 --- a/client/app_control.cpp +++ b/client/app_control.cpp @@ -368,7 +368,7 @@ void ACTIVE_TASK::handle_exited_app(int stat) { set_task_state(PROCESS_UNINITIALIZED, "temporary exit"); will_restart = true; result->schedule_backoff = gstate.now + x; - strcpy(result->schedule_back_reason, buf); + strcpy(result->schedule_backoff_reason, buf); break; } handle_premature_exit(will_restart);