]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/fpga_compress.c
chg; PRIu32 becomes %u. Lets return to whats working - %lu
[proxmark3-svn] / client / fpga_compress.c
index fb3d71939e74c657f52471d40e19d9b0a0861b9a..aac589afe935ec16c6d5a079fa1dc5d80a98eab0 100644 (file)
@@ -140,7 +140,7 @@ int zlib_compress(FILE *infile[], uint8_t num_infiles, FILE *outfile)
                ret = deflate(&compressed_fpga_stream, Z_FINISH);
        }
        
-       fprintf(stderr, "compressed %u input bytes to %" PRIu64 " 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