]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Replace integer constant LL suffix with cast to int64_t
authorBrad King <brad.king@kitware.com>
Wed, 11 Jan 2012 13:15:14 +0000 (08:15 -0500)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 18 Mar 2012 23:58:26 +0000 (08:58 +0900)
commit5c5955ca10f2d9b26258b1ca69570b1613b56c9f
treee1706d95d63c4ce0561155092b47ec7d93acc3ce
parentb49d593f252e22d6c8593c6b00c99f4302ac5c14
Replace integer constant LL suffix with cast to int64_t

The LL suffix is not portable.  Use an explicit cast instead.

SVN-Revision: 4127
libarchive/archive_read_support_format_iso9660.c
libarchive/archive_write_set_format_iso9660.c