omit modt
parent
07c2c7dc1d
commit
fbd958d659
|
@ -60,7 +60,7 @@ int main(int argc, char **argv) {
|
|||
uint64_t hash_size = ptr ? hash_64( size ) : strlen(argv[i]);
|
||||
// if( ptr ) free(ptr); // speed optimization, do not free()
|
||||
|
||||
hash ^= hash_contents ^ hash_modt ^ hash_size;
|
||||
hash ^= hash_contents /* ^ hash_modt */ ^ hash_size;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue