X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fupdate.c;h=468c6458d2eea904583db52bc914263d3ed2906f;hb=166b7c7d028c3dbcfded5c834b9bf752d2fb41f0;hp=0f5dadf71e49b5616b985981ccb79b88fd0c40bb;hpb=cd91cd3c629e3c489e5ab4650f443cdcfeec670a;p=chaz%2Ftar diff --git a/src/update.c b/src/update.c index 0f5dadf..468c645 100644 --- a/src/update.c +++ b/src/update.c @@ -1,7 +1,7 @@ /* Update a tar archive. Copyright (C) 1988, 1992, 1994, 1996, 1997, 1999, 2000, 2001, 2003, - 2004, 2005, 2007 Free Software Foundation, Inc. + 2004, 2005, 2007, 2010 Free Software Foundation, Inc. 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 @@ -114,7 +114,8 @@ update_archive (void) while (!found_end) { - enum read_header status = read_header (false); + enum read_header status = read_header (¤t_header, + ¤t_stat_info, false); switch (status) {