X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/4b8483ae278577a3adc8d84da81d77019704466f..fea8d960ad3d4879ef2faa62c0b9b6deacabfc1f:/maxpath.c?ds=inline 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);