]> Dogcows Code - chaz/tar/commitdiff
(decode_options): Adjust to addname's new signature.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 20 Aug 1999 08:53:21 +0000 (08:53 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 20 Aug 1999 08:53:21 +0000 (08:53 +0000)
src/tar.c

index 573fcc4beed42c586cb151377c2d6c1f1eaa9acf..61b7bcae2dc00ebf71870a2b7d0c31984b2a2857 100644 (file)
--- 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':
This page took 0.023462 seconds and 4 git commands to generate.