]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - zlib/trees.c
Add option -d (decompress) to fpga_compress. Allows testing.
[proxmark3-svn] / zlib / trees.c
index a4f04057e7b38aa566c5a528689fcefc556a476e..8c52121124c81cf4570b97ede3e196c0e111960b 100644 (file)
@@ -989,7 +989,9 @@ void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last)
 #ifdef DEBUG
         s->compressed_len += 3 + s->opt_len;
 #endif
+#ifndef ZLIB_PM3_TUNED 
     }
+#endif 
     Assert (s->compressed_len == s->bits_sent, "bad compressed size");
     /* The above check is made mod 2^32, for files larger than 512 MB
      * and uLong implemented on 32 bits.
Impressum, Datenschutz