Man! Very embarassing for a compiler developer :-/
authorMichael Matz <matz@suse.de>
Thu, 6 Mar 2008 17:03:49 +0000 (17:03 +0000)
committerMichael Matz <matz@suse.de>
Thu, 6 Mar 2008 17:03:49 +0000 (17:03 +0000)
src/fastlz.c

index 8d3ffdf..05a6554 100644 (file)
@@ -389,7 +389,7 @@ unchecked_decompress_buf (const unsigned char *in, unsigned int in_len,
   while (in < in_end)
     {
       unsigned int first = *in++;
-      unsigned int o;
+      int o;
       switch (first >> 4)
        {
        default: