diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2001-04-11 16:23:35 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2001-04-11 16:23:35 +0000 |
commit | 4949faf4b2090ca23c2aeb34535fdbe57754913a (patch) | |
tree | b292a499341d3c0314283e2822a93241a1c4e1dd /archival/dpkg_deb.c | |
parent | 5b20d02ea98c41bbd8a49cdbb84f425fa9ef446e (diff) | |
download | busybox-w32-4949faf4b2090ca23c2aeb34535fdbe57754913a.tar.gz busybox-w32-4949faf4b2090ca23c2aeb34535fdbe57754913a.tar.bz2 busybox-w32-4949faf4b2090ca23c2aeb34535fdbe57754913a.zip |
copy_file_chunk uses streams now.
Diffstat (limited to 'archival/dpkg_deb.c')
-rw-r--r-- | archival/dpkg_deb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/dpkg_deb.c b/archival/dpkg_deb.c index 450b04b8e..3cdd4ffae 100644 --- a/archival/dpkg_deb.c +++ b/archival/dpkg_deb.c | |||
@@ -68,7 +68,7 @@ extern int dpkg_deb_main(int argc, char **argv) | |||
68 | strcpy(target_dir, argv[optind + 1]); | 68 | strcpy(target_dir, argv[optind + 1]); |
69 | } | 69 | } |
70 | } | 70 | } |
71 | deb_extract(optflag, target_dir, argv[optind]); | 71 | deb_extract(argv[optind], optflag, target_dir); |
72 | /* else if (optflag & dpkg_deb_info) { | 72 | /* else if (optflag & dpkg_deb_info) { |
73 | extract_flag = TRUE; | 73 | extract_flag = TRUE; |
74 | extract_to_stdout = TRUE; | 74 | extract_to_stdout = TRUE; |