Browse Source

Bugfix (tiny change)

* src/xheader.c (xheader_read): Remove unnecessary call
to xheader_init.
Ondřej Vašík 15 năm trước cách đây
mục cha
commit
bdb9de4b1e
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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);