]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Rework the sign-extension to avoid left-shift of
authorTim Kientzle <kientzle@acm.org>
Sat, 29 Jun 2013 15:15:23 +0000 (08:15 -0700)
committerTim Kientzle <kientzle@acm.org>
Sat, 29 Jun 2013 15:15:23 +0000 (08:15 -0700)
commit533e8fdaf3669fe0e246f675178f785e4eecd55a
treed1c68a0d44a2d689d17a7a97293accb861303d6a
parent6b3531ffc86239595d652dbea233c37fb7048706
Rework the sign-extension to avoid left-shift of
an explicit negative number (which newer GCC complains about).
libarchive/archive_read_support_format_tar.c