stdin_eof is just a bool

This commit is contained in:
Con Kolivas 2012-12-31 13:09:47 +11:00
parent 02b3250639
commit 5591639863

2
rzip.c
View file

@ -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;