This commit is contained in:
Francesco Cozzuto
2021-11-04 17:27:06 +01:00
parent 0157d28f67
commit b224f57361
5 changed files with 8 additions and 25 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
int hashbytes(unsigned char *str, int len)
{
int x = (intptr_t) str; // just to not use 0.
int x = 0; // Temp?
x ^= *str << 7;