]> Dogcows Code - chaz/tar/commitdiff
Bugfix (tiny change)
authorOndřej Vašík <ovasik@redhat.com>
Fri, 5 Feb 2010 16:39:53 +0000 (18:39 +0200)
committerSergey Poznyakoff <gray@gnu.org.ua>
Fri, 5 Feb 2010 16:39:53 +0000 (18:39 +0200)
* src/xheader.c (xheader_read): Remove unnecessary call
to xheader_init.

src/xheader.c

index 724837f6171ee2582ad1cab5aa1a028b10ac1d9d..b5c9869c91dcb7b092b7544b437df9e5d9f3031b 100644 (file)
@@ -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);
This page took 0.023482 seconds and 4 git commands to generate.