Explorar o código

Bugfix (tiny change)

* src/xheader.c (xheader_read): Remove unnecessary call
to xheader_init.
Ondřej Vašík %!s(int64=15) %!d(string=hai) anos
pai
achega
bdb9de4b1e
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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);