Explorar o código

(decode_options): Adjust to addname's new signature.

Paul Eggert %!s(int64=26) %!d(string=hai) anos
pai
achega
2eaf29f3fb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/tar.c

+ 1 - 1
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':