summaryrefslogtreecommitdiff
path: root/tar/read.c
diff options
context:
space:
mode:
Diffstat (limited to 'tar/read.c')
-rw-r--r--tar/read.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tar/read.c b/tar/read.c
index b95b0217..c5a8718c 100644
--- a/tar/read.c
+++ b/tar/read.c
@@ -142,7 +142,8 @@ read_archive(struct bsdtar *bsdtar, char mode)
}
if (bsdtar->names_from_file != NULL)
- lafe_include_from_file(&bsdtar->matching, bsdtar->names_from_file);
+ lafe_include_from_file(&bsdtar->matching,
+ bsdtar->names_from_file, bsdtar->option_null);
a = archive_read_new();
if (bsdtar->compress_program != NULL)