*** empty log message ***

svn path=/trunk/boinc/; revision=2014
This commit is contained in:
Karl Chen 2003-08-07 22:11:25 +00:00
parent 67583796b4
commit 16be8561bb
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ bool CLIENT_STATE::input_files_available(RESULT* rp) {
// efficiency here.
RESULT* CLIENT_STATE::next_result_to_start() const
{
int earliest_deadline = (int) -1;
int earliest_deadline = INT_MAX;
RESULT* rp_earliest_deadline = NULL;
for (vector<RESULT*>::const_iterator i = results.begin();