mirror of https://github.com/BOINC/boinc.git
- small bug fix
svn path=/trunk/boinc_samples/; revision=14476
This commit is contained in:
parent
d88125b85d
commit
345c38ae9c
|
@ -512,3 +512,8 @@ Charlie 28 Nov 2007
|
|||
UpperCase2.xcodeproj/
|
||||
project.pbxproj
|
||||
|
||||
David 6 Jan 2007
|
||||
- small bug fix
|
||||
|
||||
wrapper/
|
||||
wrapper.C
|
||||
|
|
|
@ -460,8 +460,8 @@ int main(int argc, char** argv) {
|
|||
options.check_heartbeat = true;
|
||||
options.handle_process_control = true;
|
||||
|
||||
fprintf(stderr, "wrapper: starting\n");
|
||||
boinc_init_options(&options);
|
||||
fprintf(stderr, "wrapper: starting\n");
|
||||
retval = parse_job_file();
|
||||
if (retval) {
|
||||
fprintf(stderr, "can't parse job file: %d\n", retval);
|
||||
|
|
Loading…
Reference in New Issue