mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-09 00:03:55 +00:00
Yet more #6 BE fixes.
This commit is contained in:
parent
279b745cd7
commit
135067a0b4
1 changed files with 3 additions and 0 deletions
3
stream.c
3
stream.c
|
|
@ -1557,6 +1557,9 @@ fill_another:
|
|||
if (unlikely(read_buf(control, sinfo->fd, blocksalt, SALT_LEN)))
|
||||
return -1;
|
||||
}
|
||||
c_len = le64toh(c_len);
|
||||
u_len = le64toh(u_len);
|
||||
last_head = le64toh(last_head);
|
||||
|
||||
padded_len = MAX(c_len, MIN_SIZE);
|
||||
fsync(control->fd_out);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue