diff options
Diffstat (limited to 'archival/libunarchive/decompress_uncompress.c')
-rw-r--r-- | archival/libunarchive/decompress_uncompress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/libunarchive/decompress_uncompress.c b/archival/libunarchive/decompress_uncompress.c index 81764a47f..0c4ab6dda 100644 --- a/archival/libunarchive/decompress_uncompress.c +++ b/archival/libunarchive/decompress_uncompress.c | |||
@@ -116,7 +116,7 @@ int uncompress(int fd_in, int fd_out) | |||
116 | 116 | ||
117 | insize = 0; | 117 | insize = 0; |
118 | 118 | ||
119 | inbuf[0] = bb_xread_char(fd_in); | 119 | inbuf[0] = xread_char(fd_in); |
120 | 120 | ||
121 | maxbits = inbuf[0] & BIT_MASK; | 121 | maxbits = inbuf[0] & BIT_MASK; |
122 | block_mode = inbuf[0] & BLOCK_MODE; | 122 | block_mode = inbuf[0] & BLOCK_MODE; |