mirror of https://github.com/BOINC/boinc.git
fixes to last checkin
svn path=/trunk/boinc/; revision=20878
This commit is contained in:
parent
86582342a8
commit
0972c3e225
|
@ -1793,8 +1793,8 @@ int CMainDocument::WorkShowGraphics(RESULT* result)
|
|||
argv[0] =0;
|
||||
|
||||
iRetVal = run_program(
|
||||
result->slot_path.c_str(),
|
||||
result->graphics_exec_path.c_str(),
|
||||
result->slot_path,
|
||||
result->graphics_exec_path,
|
||||
0,
|
||||
argv,
|
||||
0,
|
||||
|
|
|
@ -495,6 +495,7 @@ void RESULT::clear() {
|
|||
strcpy(project_url, "");
|
||||
strcpy(graphics_exec_path, "");
|
||||
strcpy(slot_path, "");
|
||||
strcpy(resources, "");
|
||||
report_deadline = 0;
|
||||
received_time = 0;
|
||||
ready_to_report = false;
|
||||
|
|
Loading…
Reference in New Issue