From 4bef7b41861f02874bce4ac6ab0c8c2484d41d07 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Sat, 13 Oct 2001 19:43:46 +0000 Subject: unarchive function changed to support both exclude and include lists, applets that use unarchive changed to match. --- ar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ar.c') diff --git a/ar.c b/ar.c index 7f3396c8c..e02b2651e 100644 --- a/ar.c +++ b/ar.c @@ -84,6 +84,6 @@ extern int ar_main(int argc, char **argv) optind++; } - unarchive(src_stream, stdout, &get_header_ar, extract_function, "./", extract_names); + unarchive(src_stream, stdout, &get_header_ar, extract_function, "./", extract_names, NULL); return EXIT_SUCCESS; } -- cgit v1.2.3-55-g6feb