4
0
Эх сурвалжийг харах

Bugfix (tiny change)

* src/xheader.c (xheader_read): Remove unnecessary call
to xheader_init.
Ondřej Vašík 15 жил өмнө
parent
commit
bdb9de4b1e
1 өөрчлөгдсөн 0 нэмэгдсэн , 1 устгасан
  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);