X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/34b03028378025ad22c8d29f70e81109cee690c2..ec599f57d8843b2e34270c2083db71e99d76d952:/maxpath.c diff --git a/maxpath.c b/maxpath.c index 509616e..0bb5fcf 100644 --- a/maxpath.c +++ b/maxpath.c @@ -24,12 +24,12 @@ void findmaxpath(unsigned long max) distance = 0; from = to = tmp = NULL; - hash_getkeysigs(0xF1BD4BE45B430367); + cached_getkeysigs(0xF1BD4BE45B430367); for (loop = 0; (loop < HASHSIZE) && (distance < max); loop++) { curkey = gethashtableentry(loop); while (curkey != NULL && distance < max) { - hash_getkeysigs(((struct stats_key *) + cached_getkeysigs(((struct stats_key *) curkey->object)->keyid); initcolour(false); tmp = furthestkey((struct stats_key *)