From 9a94db0bbb1feee0bef02a6f09ac089cdf3b86b1 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 15 Jun 2009 23:27:37 +0000 Subject: [PATCH] - wrapper: fix bug in passing wrapper's args to subjobs svn path=/trunk/boinc/; revision=18425 --- checkin_notes | 6 ++++++ samples/wrapper/wrapper.cpp | 4 +--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/checkin_notes b/checkin_notes index b558030f29..3c63c991a7 100644 --- a/checkin_notes +++ b/checkin_notes @@ -5682,3 +5682,9 @@ David 15 June 2009 start py/Boinc/ boinc_project_path.py + +David 15 June 2009 + - wrapper: fix bug in passing wrapper's args to subjobs + + samples/wrapper/ + wrapper.cpp diff --git a/samples/wrapper/wrapper.cpp b/samples/wrapper/wrapper.cpp index deacf67c6e..4746a7b743 100644 --- a/samples/wrapper/wrapper.cpp +++ b/samples/wrapper/wrapper.cpp @@ -255,10 +255,8 @@ int TASK::run(int argct, char** argvt) { // Append wrapper's command-line arguments to those in the job file. // for (int i=1; i