This should (finally) fix the 64-bit build. <sigh>

This commit is contained in:
Tim Kientzle 2005-01-26 03:28:37 +00:00
parent 37f32177bd
commit 094855db71
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=140842

View File

@ -370,7 +370,7 @@ zip_read_data_deflate(struct archive *a, const void **buff,
size_t *size, off_t *offset)
{
struct zip *zip;
size_t bytes_read;
ssize_t bytes_read;
const void *compressed_buff;
int r;