diff options
Diffstat (limited to 'archival/libarchive/bz/bzlib.c')
-rw-r--r-- | archival/libarchive/bz/bzlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/libarchive/bz/bzlib.c b/archival/libarchive/bz/bzlib.c index ef98bb2..9af2f02 100644 --- a/archival/libarchive/bz/bzlib.c +++ b/archival/libarchive/bz/bzlib.c @@ -87,7 +87,7 @@ int isempty_RL(EState* s) static void BZ2_bzCompressInit(bz_stream *strm, int blockSize100k) { - int32_t n; + unsigned n; EState* s; s = xzalloc(sizeof(EState)); |