*** empty log message ***

svn path=/trunk/boinc/; revision=263
This commit is contained in:
Michael Gary 2002-07-31 22:18:57 +00:00
parent c6e17b21f4
commit 98496def41
1 changed files with 0 additions and 1 deletions

View File

@ -387,7 +387,6 @@ RESULT* CLIENT_STATE::lookup_result(PROJECT* p, char* name) {
fprintf(stderr, "p: %p\n", p);
for (unsigned int i=0; i<results.size(); i++) {
RESULT* rp = results[i];
);
if (rp->project == p && !strcmp(name, rp->name)) return rp;
}
return 0;