X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fextract.c;h=92f5452a000a9283fa92e001712e8a035bf59156;hb=32f704703714af560fa351e98978d4008adefc45;hp=b0127f2840610983cafcab74a352579feadf7b02;hpb=062b37115f4ab2bbdc72a128807adbb010291f8c;p=chaz%2Ftar diff --git a/src/extract.c b/src/extract.c index b0127f2..92f5452 100644 --- a/src/extract.c +++ b/src/extract.c @@ -7,7 +7,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the - Free Software Foundation; either version 2, or (at your option) any later + Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but @@ -917,7 +917,7 @@ extract_link (char *file_name, int typeflag) int interdir_made = 0; char const *link_name; - transform_member_name (¤t_stat_info.link_name, true); + transform_member_name (¤t_stat_info.link_name, xform_link); link_name = current_stat_info.link_name; if (! absolute_names_option && contains_dot_dot (link_name)) @@ -974,7 +974,7 @@ extract_symlink (char *file_name, int typeflag) int status; int interdir_made = 0; - transform_member_name (¤t_stat_info.link_name, true); + transform_member_name (¤t_stat_info.link_name, xform_symlink); if (! absolute_names_option && (IS_ABSOLUTE_FILE_NAME (current_stat_info.link_name)