]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Fix MSVC warnings on x64 (#1956)
authorJarred Sumner <jarred@jarredsumner.com>
Mon, 4 Sep 2023 09:09:50 +0000 (01:09 -0800)
committerGitHub <noreply@github.com>
Mon, 4 Sep 2023 09:09:50 +0000 (11:09 +0200)
commite017de2b772ea050d407e4ff3a6cc5ea0b5abdd7
treea8e5b84718218d0655c8a5cfe531cbb2979ef7b5
parent0a6035b94c85e9b84fac4fd4b5d189981e219d70
Fix MSVC warnings on x64 (#1956)

On Windows x64, `long` & `ulong` are 4 bytes instead of 8 bytes like
everywhere else

Co-authored-by: Jarred Sumner
libarchive/archive_digest.c
libarchive/archive_random.c