Quick Updates

svn path=/trunk/boinc/; revision=21531
This commit is contained in:
Rom Walton 2010-05-14 21:10:43 +00:00
parent 3bed40ad52
commit ba3deecbd2
1 changed files with 0 additions and 1 deletions

View File

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