X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=maxpath.c;h=0bb5fcf1aca5aa7b2a6f4aaeb359cbee2c889b78;hb=5913c95f2c7abf4c3cb06e27d384d80fb4c83547;hp=509616e3ab340e727c0d6c554a0c6be8fd91c989;hpb=f86410ff8aa00dc5c584541f387f77515a8cbd89;p=onak.git 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 *)