From: Ondřej Vašík Date: Fri, 5 Feb 2010 16:39:53 +0000 (+0200) Subject: Bugfix (tiny change) X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=bdb9de4b1ed44d7ea66d047ada9ee21746998f4c Bugfix (tiny change) * src/xheader.c (xheader_read): Remove unnecessary call to xheader_init. --- diff --git a/src/xheader.c b/src/xheader.c index 724837f..b5c9869 100644 --- a/src/xheader.c +++ b/src/xheader.c @@ -694,7 +694,6 @@ xheader_read (struct xheader *xhdr, union block *p, size_t size) { size_t j = 0; - xheader_init (xhdr); size += BLOCKSIZE; xhdr->size = size; xhdr->buffer = xmalloc (size + 1);