hash() now returns same value on 2-byte and 4-byte machines
This commit is contained in:
parent
72e4ab8c17
commit
357baf08ad
@ -468,7 +468,7 @@ ok:
|
||||
hash(p)
|
||||
register char *p;
|
||||
{
|
||||
register unsigned h;
|
||||
register unsigned short h;
|
||||
register c;
|
||||
|
||||
h = 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user