aboutsummaryrefslogtreecommitdiff
path: root/archival/dpkg_deb.c
diff options
context:
space:
mode:
Diffstat (limited to 'archival/dpkg_deb.c')
-rw-r--r--archival/dpkg_deb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/archival/dpkg_deb.c b/archival/dpkg_deb.c
index da94b394f..5aa9881d5 100644
--- a/archival/dpkg_deb.c
+++ b/archival/dpkg_deb.c
@@ -41,7 +41,7 @@ extern int dpkg_deb_main(int argc, char **argv)
41 /* Setup the tar archive handle */ 41 /* Setup the tar archive handle */
42 tar_archive = init_handle(); 42 tar_archive = init_handle();
43 43
44 /* Setup an ar archive handle that refers to the gzip sub archive */ 44 /* Setup an ar archive handle that refers to the gzip sub archive */
45 ar_archive = init_handle(); 45 ar_archive = init_handle();
46 ar_archive->sub_archive = tar_archive; 46 ar_archive->sub_archive = tar_archive;
47 ar_archive->filter = filter_accept_list_reassign; 47 ar_archive->filter = filter_accept_list_reassign;
@@ -73,7 +73,7 @@ extern int dpkg_deb_main(int argc, char **argv)
73 } 73 }
74 if (opt & DPKG_DEB_OPT_FIELD) { 74 if (opt & DPKG_DEB_OPT_FIELD) {
75 /* Print the entire control file 75 /* Print the entire control file
76 * it should accept a second argument which specifies a 76 * it should accept a second argument which specifies a
77 * specific field to print */ 77 * specific field to print */
78 ar_archive->accept = control_tar_llist; 78 ar_archive->accept = control_tar_llist;
79 tar_archive->accept = llist_add_to(NULL, "./control");; 79 tar_archive->accept = llist_add_to(NULL, "./control");;