unzip: optional support for bzip2 and lzma
function old new delta unzip_main 2376 2476 +100 bbunpack 750 745 -5 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
		| @@ -127,7 +127,7 @@ int FAST_FUNC bbunpack(char **argv, | ||||
|  | ||||
| 		if (!(option_mask32 & SEAMLESS_MAGIC)) { | ||||
| 			init_transformer_state(&xstate); | ||||
| 			xstate.signature_skipped = 0; | ||||
| 			/*xstate.signature_skipped = 0; - already is */ | ||||
| 			/*xstate.src_fd = STDIN_FILENO; - already is */ | ||||
| 			xstate.dst_fd = STDOUT_FILENO; | ||||
| 			status = unpacker(&xstate); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user