From: Paul Eggert Date: Fri, 20 Aug 1999 08:53:21 +0000 (+0000) Subject: (decode_options): Adjust to addname's new signature. X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=2eaf29f3fb63f1214b260f2e72d22447a5ae419b;p=chaz%2Ftar (decode_options): Adjust to addname's new signature. --- 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':