Fix typeing as Tom suggest

This commit is contained in:
Teodor Sigaev 2006-01-23 14:24:06 +00:00
parent 1bdc5ab2da
commit 80324fb1e3
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ makesign(QUERYTYPE * a)
for (i = 0; i < a->size; i++)
{
if (ptr->type == VAL)
sign |= 1 << (ptr->val % SIGLEN);
sign |= ((TPQTGist)1) << (ptr->val % SIGLEN);
ptr++;
}