4
0
Эх сурвалжийг харах

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

Paul Eggert 26 жил өмнө
parent
commit
2eaf29f3fb
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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':