]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Use macros for ZIP format integer constants
authorBrad King <brad.king@kitware.com>
Wed, 21 Oct 2015 15:56:28 +0000 (11:56 -0400)
committerBrad King <brad.king@kitware.com>
Mon, 26 Oct 2015 14:17:50 +0000 (10:17 -0400)
commit5474f3cf6236d8d4f96af61b26d53f3ab60f3be0
tree8ee254da24b97e93710a10cbea0c5b90e134b33f
parent2fe3bcb8c9be3e9476665d8b167f40cd905aac70
Use macros for ZIP format integer constants

Define ZIP_4GB_MAX and ZIP_4GB_MAX_UNCOMPRESSED macros to hold the "LL"
integer literals.  This improves readability and improves portability of
the integer literals.
libarchive/archive_write_set_format_zip.c