mirror of https://github.com/BOINC/boinc.git
parent
3bed40ad52
commit
ba3deecbd2
|
@ -929,7 +929,6 @@ void CViewWork::GetDocApplicationName(wxInt32 item, wxString& strBuffer) const {
|
||||||
pDoc->ForceCacheUpdate();
|
pDoc->ForceCacheUpdate();
|
||||||
state_result = pDoc->state.lookup_result(result->project_url, result->name);
|
state_result = pDoc->state.lookup_result(result->project_url, result->name);
|
||||||
}
|
}
|
||||||
wxASSERT(state_result);
|
|
||||||
|
|
||||||
if (!state_result) return;
|
if (!state_result) return;
|
||||||
WORKUNIT* wup = state_result->wup;
|
WORKUNIT* wup = state_result->wup;
|
||||||
|
|
Loading…
Reference in New Issue