aboutsummaryrefslogtreecommitdiff
path: root/archival/libarchive/bz/bzlib_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'archival/libarchive/bz/bzlib_private.h')
-rw-r--r--archival/libarchive/bz/bzlib_private.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/archival/libarchive/bz/bzlib_private.h b/archival/libarchive/bz/bzlib_private.h
index 43e674bec..8e44a8e64 100644
--- a/archival/libarchive/bz/bzlib_private.h
+++ b/archival/libarchive/bz/bzlib_private.h
@@ -150,8 +150,9 @@ typedef struct EState {
/* input and output limits and current posns */
int32_t nblock;
int32_t nblockMAX;
- int32_t numZ;
- int32_t state_out_pos;
+ //int32_t numZ; // index into s->zbits[], replaced by pointer:
+ uint8_t *posZ;
+ uint8_t *state_out_pos;
/* the buffer for bit stream creation */
uint32_t bsBuff;