From 2eaf29f3fb63f1214b260f2e72d22447a5ae419b Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 20 Aug 1999 08:53:21 +0000 Subject: [PATCH] (decode_options): Adjust to addname's new signature. --- src/tar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tar.c b/src/tar.c index 573fcc4..61b7bca 100644 --- a/src/tar.c +++ b/src/tar.c @@ -658,7 +658,7 @@ decode_options (int argc, char *const *argv) case 'K': starting_file_option = 1; - addname (optarg); + addname (optarg, NULL); break; case 'l': -- 2.44.0