mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-21 06:03:54 +00:00
stdin_eof is just a bool
This commit is contained in:
parent
02b3250639
commit
5591639863
1 changed files with 1 additions and 1 deletions
2
rzip.c
2
rzip.c
|
|
@ -115,7 +115,7 @@ struct rzip_state {
|
|||
char chunk_bytes;
|
||||
uint32_t cksum;
|
||||
int fd_in, fd_out;
|
||||
int stdin_eof;
|
||||
char stdin_eof;
|
||||
struct {
|
||||
i64 inserts;
|
||||
i64 literals;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue