Browse Source

Bugfix (tiny change)

* src/xheader.c (xheader_read): Remove unnecessary call
to xheader_init.
Ondřej Vašík 15 years ago
parent
commit
bdb9de4b1e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/xheader.c

+ 0 - 1
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);