Преглед изворни кода

(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':