Commit 34b934f6 authored by Teodor Sigaev's avatar Teodor Sigaev

fix returning value

parent b31eeadc
......@@ -200,6 +200,8 @@ sizebitvec(TPQTGist sign) {
for(i=0;i<64;i++)
size += 0x01 & (sign>>i);
return size;
}
static int
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment