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