]> mj.ucw.cz Git - libucw.git/commitdiff
Fixed another 64-bit bug.
authorMartin Mares <mj@ucw.cz>
Wed, 14 Sep 2005 11:07:07 +0000 (11:07 +0000)
committerMartin Mares <mj@ucw.cz>
Wed, 14 Sep 2005 11:07:07 +0000 (11:07 +0000)
lib/lizard.c

index b9f80486e45d0648c5ad0c2e3409eff005a6656b..945fe877242cd377e7979e53852912b238c2ac67 100644 (file)
@@ -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.  */
 {