aboutsummaryrefslogtreecommitdiff
path: root/dpkg_deb.c
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-04-11 16:23:35 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-04-11 16:23:35 +0000
commit72c0e1ee41ad693a5ff11137579eb7c2a39f4e22 (patch)
treeb292a499341d3c0314283e2822a93241a1c4e1dd /dpkg_deb.c
parentb4a1bdf087dcc1938cb93e5292512b7aa71fb569 (diff)
downloadbusybox-w32-72c0e1ee41ad693a5ff11137579eb7c2a39f4e22.tar.gz
busybox-w32-72c0e1ee41ad693a5ff11137579eb7c2a39f4e22.tar.bz2
busybox-w32-72c0e1ee41ad693a5ff11137579eb7c2a39f4e22.zip
copy_file_chunk uses streams now.
git-svn-id: svn://busybox.net/trunk/busybox@2315 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'dpkg_deb.c')
-rw-r--r--dpkg_deb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dpkg_deb.c b/dpkg_deb.c
index 450b04b8e..3cdd4ffae 100644
--- a/dpkg_deb.c
+++ b/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;