mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-06 14:53:50 +00:00
Modify the file format to not include rzip chunk size except for STDOUT chunked files thus decreasing the file format size further.
This commit is contained in:
parent
7101372167
commit
131d4c92c2
6 changed files with 27 additions and 12 deletions
1
main.c
1
main.c
|
|
@ -85,6 +85,7 @@
|
|||
#define TMP_OUTBUF (control.flags & FLAG_TMP_OUTBUF)
|
||||
#define TMP_INBUF (control.flags & FLAG_TMP_INBUF)
|
||||
#define ENCRYPT (control.flags & FLAG_ENCRYPT)
|
||||
#define CHUNKED (control.flags & FLAG_CHUNKED)
|
||||
|
||||
#define print_output(format, args...) do {\
|
||||
fprintf(control.msgout, format, ##args); \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue