mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-04 13:57:40 +00:00
Fix warnings.
Patch ~ by Serge Belyshev.
This commit is contained in:
parent
e856d481bf
commit
b8d8ecfe33
6 changed files with 13 additions and 7 deletions
3
stream.c
3
stream.c
|
|
@ -45,6 +45,7 @@
|
|||
#include "util.h"
|
||||
#include "zpipe.h"
|
||||
#include "liblrzip.h"
|
||||
#include "lrzip.h"
|
||||
|
||||
|
||||
#ifdef __APPLE__
|
||||
|
|
@ -1391,7 +1392,7 @@ static int fill_buffer(rzip_control *control, struct stream_info *sinfo, int str
|
|||
struct stream *s = &sinfo->s[streamno];
|
||||
stream_thread_struct *st;
|
||||
uchar c_type, *s_buf;
|
||||
uchar salt[16];
|
||||
uchar salt[BLOCKSALT_LEN];
|
||||
|
||||
if (s->buf)
|
||||
free(s->buf);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue