[git commit] decompress_uncompress: comment out a bigger chunk of debug code

Denys Vlasenko vda.linux at googlemail.com
Wed Dec 5 10:08:30 UTC 2012


commit: http://git.busybox.net/busybox/commit/?id=4d5955e9ece64e273e72c303983199be73022fab
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 archival/libarchive/decompress_uncompress.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/archival/libarchive/decompress_uncompress.c b/archival/libarchive/decompress_uncompress.c
index 0b2db94..3826a65 100644
--- a/archival/libarchive/decompress_uncompress.c
+++ b/archival/libarchive/decompress_uncompress.c
@@ -228,11 +228,11 @@ unpack_Z_stream(transformer_aux_data_t *aux, int src_fd, int dst_fd)
 			/* Special case for KwKwK string. */
 			if (code >= free_ent) {
 				if (code > free_ent) {
+/*
 					unsigned char *p;
 
 					posbits -= n_bits;
 					p = &inbuf[posbits >> 3];
-/*
 					bb_error_msg
 						("insize:%d posbits:%d inbuf:%02X %02X %02X %02X %02X (%d)",
 						 insize, posbits, p[-1], p[0], p[1], p[2], p[3],


More information about the busybox-cvs mailing list