X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;ds=sidebyside;f=maxpath.c;h=f46ea4cb13db4cfa6f0c7657f7a2cffc1ddec6ba;hb=100da9a5b6e8cc0a384996674a4e56ec6938f717;hp=37142811797279165c67bdf9efe3a68991716609;hpb=4b8483ae278577a3adc8d84da81d77019704466f;p=onak.git 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);