]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Fix build failure when doing normal builds.
authorAndres Mejia <amejia004@gmail.com>
Sat, 26 Jan 2013 03:43:17 +0000 (22:43 -0500)
committerAndres Mejia <amejia004@gmail.com>
Sat, 26 Jan 2013 03:43:17 +0000 (22:43 -0500)
commit4b10f04c5c7930d0e68641677edeca3392518e16
tree10cd7283207252e8134fcdea9ef3f626bbaf5131
parentc086e47ea3e701952061abca879bdf9443e60dbb
Fix build failure when doing normal builds.
These are builds done running a standard './configure && make'. This
will also fix a corner case where the whence is set to anything other than
SEEK_SET, SEEK_CUR, or SEEK_END. The behavior is to use SEEK_SET by default.
libarchive/archive_read_support_format_rar.c