From eb1c94078f35d1b6e48741122c8bb9426befc5eb Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Wed, 20 Jun 2001 07:48:00 +0000 Subject: Reorganise unarchiving functions, more code re-use, only does single pass(no more linked lists), basis for supporting a cpio (and cheaper untar) applet, but cpio applet isnt included in this. It effects ar, dpkg-deb applets only --- dpkg_deb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dpkg_deb.c') diff --git a/dpkg_deb.c b/dpkg_deb.c index 400f2385a..77172b0f6 100644 --- a/dpkg_deb.c +++ b/dpkg_deb.c @@ -26,7 +26,7 @@ extern int dpkg_deb_main(int argc, char **argv) char *output_buffer = NULL; int opt = 0; int arg_type = 0; - int deb_extract_funct = 0; + int deb_extract_funct = extract_create_dirs; const int arg_type_prefix = 1; const int arg_type_field = 2; -- cgit v1.2.3