mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=5498
This commit is contained in:
parent
e37d98052d
commit
d517061a45
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue