*** empty log message ***

svn path=/trunk/boinc/; revision=2350
This commit is contained in:
David Anderson 2003-09-23 06:08:57 +00:00
parent a52433a250
commit f865e51d73
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ bool do_validate_scan(APP& app) {
char buf[256];
bool found=false;
sprintf(buf, "where appid=%d and need_validate<>0", app.id);
sprintf(buf, "where appid=%d and need_validate > 0", app.id);
while (!wu.enumerate(buf)) {
handle_wu(wu);
found = true;