Browse Source

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

Paul Eggert 26 năm trước cách đây
mục cha
commit
2eaf29f3fb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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':