]> Dogcows Code - chaz/tar/blobdiff - src/xheader.c
Bugfix (tiny change)
[chaz/tar] / 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.020157 seconds and 4 git commands to generate.