]> git.ipfire.org Git - thirdparty/libarchive.git/commit
libarchive: Use ARCHIVE_LITERAL_ULL to add ULL integer suffix
authorBrad King <brad.king@kitware.com>
Mon, 9 Dec 2013 19:03:43 +0000 (14:03 -0500)
committerBrad King <brad.king@kitware.com>
Mon, 9 Dec 2013 19:09:16 +0000 (14:09 -0500)
commit07686034efec92c75547def958ae618754e15013
treea16b3970c18ab5b020203614b7c1c21ef6b9eb2f
parenta5a9a6a19bfc013a72914c9c22c87bcfeed80ee9
libarchive: Use ARCHIVE_LITERAL_ULL to add ULL integer suffix

The macro maps to an implementation that works on older compilers when
necessary.  Convert the 0ULL literal introduced by commit 6cf33c93
(Issue 320:  Rewrite (again) to avoid the left shift that CLang dislikes
so much, 2013-12-07) to use the macro.
libarchive/archive_read_support_format_tar.c