浏览代码

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

Paul Eggert 26 年之前
父节点
当前提交
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':