mirror of
https://github.com/sheumann/hush.git
synced 2025-01-26 14:33:00 +00:00
decompress_uncompress: comment out a bigger chunk of debug code
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
a8461173ba
commit
4d5955e9ec
@ -228,11 +228,11 @@ unpack_Z_stream(transformer_aux_data_t *aux, int src_fd, int dst_fd)
|
|||||||
/* Special case for KwKwK string. */
|
/* Special case for KwKwK string. */
|
||||||
if (code >= free_ent) {
|
if (code >= free_ent) {
|
||||||
if (code > free_ent) {
|
if (code > free_ent) {
|
||||||
|
/*
|
||||||
unsigned char *p;
|
unsigned char *p;
|
||||||
|
|
||||||
posbits -= n_bits;
|
posbits -= n_bits;
|
||||||
p = &inbuf[posbits >> 3];
|
p = &inbuf[posbits >> 3];
|
||||||
/*
|
|
||||||
bb_error_msg
|
bb_error_msg
|
||||||
("insize:%d posbits:%d inbuf:%02X %02X %02X %02X %02X (%d)",
|
("insize:%d posbits:%d inbuf:%02X %02X %02X %02X %02X (%d)",
|
||||||
insize, posbits, p[-1], p[0], p[1], p[2], p[3],
|
insize, posbits, p[-1], p[0], p[1], p[2], p[3],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user