*** empty log message ***

svn path=/trunk/boinc/; revision=5498
This commit is contained in:
Jeff Cobb 2005-02-23 00:11:17 +00:00
parent e37d98052d
commit d517061a45
1 changed files with 1 additions and 1 deletions

View File

@ -868,7 +868,7 @@ int DB_VALIDATOR_ITEM_SET::enumerate(
if (wu_id_modulus) {
sprintf(mod_clause,
" and id %% %d = %d ",
" and wu.id %% %d = %d ",
wu_id_modulus, wu_id_remainder
);
} else {