Explorar el Código

Update sinfl.h

pull/3452/head
Ray hace 2 años
padre
commit
da9bc564d2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/external/sinfl.h

+ 1
- 1
src/external/sinfl.h Ver fichero

@ -223,7 +223,7 @@ sinfl_refill(struct sinfl *s) {
//---------------------------------------------------
//s->bitbuf |= sinfl_read64(s->bitptr) << s->bitcnt;
unsigned long long n = 0;
memcpy(&n, p, s->bitptr + 8 < s->bitend ? 8 : s->bitend - s->bitptr);
memcpy(&n, span>->bitptr, s->bitptr + 8 < s->bitend ? 8 : s->bitend - s->bitptr);
s->bitbuf |= n << s->bitcnt;
//---------------------------------------------------

Cargando…
Cancelar
Guardar