mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-05 06:15:28 +00:00
Don't adjust endianness in read_val.
This commit is contained in:
parent
36cc464d2b
commit
eebba614bc
1 changed files with 0 additions and 1 deletions
1
stream.c
1
stream.c
|
|
@ -837,7 +837,6 @@ static inline int read_val(rzip_control *control, int f, i64 *v, int len)
|
|||
/* We only partially read all 8 bytes so have to zero v here */
|
||||
*v = 0;
|
||||
ret = read_buf(control, f, (uchar *)v, len);
|
||||
*v = le64toh(*v);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue