X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Ftar.c;h=9cea7a5a463aef57bae31751774263b7f6732087;hb=9a82a0215b971725c835c640fb5f6e5b47ac214e;hp=21d9910712ed8aea12f2bef2ea4a984e019a6f74;hpb=03858cf583ce299b836d8a848967ce290a6bf303;p=chaz%2Ftar diff --git a/src/tar.c b/src/tar.c index 21d9910..9cea7a5 100644 --- a/src/tar.c +++ b/src/tar.c @@ -1549,7 +1549,7 @@ parse_opt (int key, char *arg, struct argp_state *state) /* Don't replace existing files. */ old_files_option = KEEP_OLD_FILES; break; - + case 'K': starting_file_option = true; addname (arg, 0, true, NULL); @@ -2606,7 +2606,7 @@ decode_options (int argc, char **argv) { stdlis = fopen (index_file_name, "w"); if (! stdlis) - open_error (index_file_name); + open_fatal (index_file_name); } else stdlis = to_stdout_option ? stderr : stdout;