]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
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 8d3ffdffc78a864752d9d8bfeac6e1d41e16ed82..05a65546d0b44810c762943a4c0e6d42bba5717b 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: