X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/4b8483ae278577a3adc8d84da81d77019704466f..100da9a5b6e8cc0a384996674a4e56ec6938f717:/maxpath.c diff --git a/maxpath.c b/maxpath.c index 3714281..f46ea4c 100644 --- a/maxpath.c +++ b/maxpath.c @@ -24,7 +24,7 @@ void findmaxpath(unsigned long max) printf("In findmaxpath\n"); distance = 0; from = to = tmp = NULL; - hash_getkeysigs(0x5B430367); + hash_getkeysigs(0xF1BD4BE45B430367); for (loop = 0; (loop < HASHSIZE) && (distance < max); loop++) { curkey = gethashtableentry(loop);