mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
Yet more #6 BE fixes.
This commit is contained in:
parent
279b745cd7
commit
135067a0b4
3
stream.c
3
stream.c
|
|
@ -1557,6 +1557,9 @@ fill_another:
|
||||||
if (unlikely(read_buf(control, sinfo->fd, blocksalt, SALT_LEN)))
|
if (unlikely(read_buf(control, sinfo->fd, blocksalt, SALT_LEN)))
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
c_len = le64toh(c_len);
|
||||||
|
u_len = le64toh(u_len);
|
||||||
|
last_head = le64toh(last_head);
|
||||||
|
|
||||||
padded_len = MAX(c_len, MIN_SIZE);
|
padded_len = MAX(c_len, MIN_SIZE);
|
||||||
fsync(control->fd_out);
|
fsync(control->fd_out);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue