From: Martin Mares Date: Wed, 14 Sep 2005 11:07:07 +0000 (+0000) Subject: Fixed another 64-bit bug. X-Git-Tag: holmes-import~740 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=e99f044587f3e334c8a324876b796eb58b2d44c0;p=libucw.git Fixed another 64-bit bug. --- diff --git a/lib/lizard.c b/lib/lizard.c index b9f80486..945fe877 100644 --- a/lib/lizard.c +++ b/lib/lizard.c @@ -35,7 +35,7 @@ hashf(byte *string) } static inline byte * -locate_string(byte *string, uns record_id, uns head) +locate_string(byte *string, int record_id, int head) /* The strings are recorded into the hash-table regularly, hence there is no * need to store the pointer there. */ {