X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fupdate.c;fp=src%2Fupdate.c;h=b0151759d9b0430b34086d013a29efae722d99ce;hb=c3fa22fc8023ad21ad32b13f934c3324756c9236;hp=468c6458d2eea904583db52bc914263d3ed2906f;hpb=706bd019158e8e1213520b1de521eab83332762d;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) {