diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2001-10-13 19:43:46 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2001-10-13 19:43:46 +0000 |
commit | 4bef7b41861f02874bce4ac6ab0c8c2484d41d07 (patch) | |
tree | 68cc6368c5bdca2b2d34213bc66b978fd7a26b03 /ar.c | |
parent | 051eee6ed3056145edeee14d7ab4de9e2f723164 (diff) | |
download | busybox-w32-4bef7b41861f02874bce4ac6ab0c8c2484d41d07.tar.gz busybox-w32-4bef7b41861f02874bce4ac6ab0c8c2484d41d07.tar.bz2 busybox-w32-4bef7b41861f02874bce4ac6ab0c8c2484d41d07.zip |
unarchive function changed to support both exclude and include lists, applets that use unarchive changed to match.
Diffstat (limited to 'ar.c')
-rw-r--r-- | ar.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,6 +84,6 @@ extern int ar_main(int argc, char **argv) | |||
84 | optind++; | 84 | optind++; |
85 | } | 85 | } |
86 | 86 | ||
87 | unarchive(src_stream, stdout, &get_header_ar, extract_function, "./", extract_names); | 87 | unarchive(src_stream, stdout, &get_header_ar, extract_function, "./", extract_names, NULL); |
88 | return EXIT_SUCCESS; | 88 | return EXIT_SUCCESS; |
89 | } | 89 | } |