- small bug fix

svn path=/trunk/boinc_samples/; revision=14476
This commit is contained in:
David Anderson 2008-01-06 22:27:35 +00:00
parent d88125b85d
commit 345c38ae9c
2 changed files with 6 additions and 1 deletions

View File

@ -512,3 +512,8 @@ Charlie 28 Nov 2007
UpperCase2.xcodeproj/
project.pbxproj
David 6 Jan 2007
- small bug fix
wrapper/
wrapper.C

View File

@ -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);