mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-21 06:03:54 +00:00
Forgot return value.
This commit is contained in:
parent
135067a0b4
commit
95f8b9fd90
1 changed files with 1 additions and 0 deletions
1
stream.c
1
stream.c
|
|
@ -833,6 +833,7 @@ static inline int read_val(rzip_control *control, int f, i64 *v, int len)
|
|||
*v = 0;
|
||||
ret = read_buf(control, f, (uchar *)v, len);
|
||||
*v = le64toh(*v);
|
||||
return ret;
|
||||
}
|
||||
|
||||
static int fd_seekto(rzip_control *control, struct stream_info *sinfo, i64 spos, i64 pos)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue