From e99f044587f3e334c8a324876b796eb58b2d44c0 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 14 Sep 2005 11:07:07 +0000 Subject: [PATCH] Fixed another 64-bit bug. --- lib/lizard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ { -- 2.39.2