Fix typeing as Tom suggest
This commit is contained in:
parent
1bdc5ab2da
commit
80324fb1e3
@ -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++;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user