fixes to last checkin

svn path=/trunk/boinc/; revision=20878
This commit is contained in:
David Anderson 2010-03-12 18:00:33 +00:00
parent 86582342a8
commit 0972c3e225
2 changed files with 3 additions and 2 deletions

View File

@ -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,

View File

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