]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/fpga_compress.c
FIX: one of these days I will start being more observant about argument order
[proxmark3-svn] / client / fpga_compress.c
index 3d5ba7cadb0bdf460622b142579801966f83b7d9..865681cd8db4c68799fb8aeafc5461490b1c4a51 100644 (file)
@@ -138,7 +138,7 @@ int zlib_compress(FILE *infile[], uint8_t num_infiles, FILE *outfile)
                ret = deflate(&compressed_fpga_stream, Z_FINISH);
        }
        
-       fprintf(stderr, "compressed %lu input bytes to %u output bytes\n", i, compressed_fpga_stream.total_out);
+       fprintf(stderr, "compressed %u input bytes to %lu output bytes\n", i, compressed_fpga_stream.total_out);
 
        if (ret != Z_STREAM_END) {
                fprintf(stderr, "Error in deflate(): %d %s\n", ret, compressed_fpga_stream.msg);
Impressum, Datenschutz