Index: utils/OFZIP.m ================================================================== --- utils/OFZIP.m +++ utils/OFZIP.m @@ -147,12 +147,12 @@ if (verbose) { OFString *date = [[entry modificationDate] localDateStringWithFormat: @"%Y-%m-%d %H:%M:%S"]; [of_stdout writeFormat: - @"%@: %ju (%ju) bytes; %08X; %@; %@\n", - [entry fileName], [entry uncompressedSize], + @"%@: %" PRIu64 @" (%" PRIu64 @") bytes; %08X; %@; " + @"%@\n", [entry fileName], [entry uncompressedSize], [entry compressedSize], [entry CRC32], date, [entry fileComment]]; } else [of_stdout writeLine: [entry fileName]];