X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fupdate.c;h=b0151759d9b0430b34086d013a29efae722d99ce;hb=9a3e8a6f4374901c386821a0e08184f369141df4;hp=468c6458d2eea904583db52bc914263d3ed2906f;hpb=166b7c7d028c3dbcfded5c834b9bf752d2fb41f0;p=chaz%2Ftar diff --git a/src/update.c b/src/update.c index 468c645..b015175 100644 --- a/src/update.c +++ b/src/update.c @@ -115,7 +115,8 @@ update_archive (void) while (!found_end) { enum read_header status = read_header (¤t_header, - ¤t_stat_info, false); + ¤t_stat_info, + read_header_auto); switch (status) {