@@ -1527,7 +1527,7 @@ f_hash(int count, VALUE **vals)
longlhash;
VALUEresult;
hash=(QCKHASH)0;
hash=FNV1_32_BASIS;
while(count-->0)
hash=hashvalue(*vals++,hash);
lhash=(long)hash;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.