]> Dogcows Code - chaz/tar/blobdiff - src/update.c
Transform file names when updating and appendig to archives.
[chaz/tar] / src / update.c
index 69fa5924b1b64e921e69492333142959926ff39b..e3228d425f51d90d5a841e9aefa984cec1a69a30 100644 (file)
@@ -130,6 +130,8 @@ update_archive (void)
 
            decode_header (current_header, &current_stat_info,
                           &current_format, 0);
+           transform_stat_info (current_header->header.typeflag,
+                                &current_stat_info);
            archive_format = current_format;
 
            if (subcommand_option == UPDATE_SUBCOMMAND
This page took 0.021211 seconds and 4 git commands to generate.