mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-04 13:57:40 +00:00
Add flag tests for TMP_INBUF.
This commit is contained in:
parent
684959efed
commit
00be150cfb
2 changed files with 2 additions and 0 deletions
|
|
@ -47,6 +47,7 @@
|
|||
#define KEEP_BROKEN (control->flags & FLAG_KEEP_BROKEN)
|
||||
#define LZO_TEST (control->flags & FLAG_THRESHOLD)
|
||||
#define TMP_OUTBUF (control->flags & FLAG_TMP_OUTBUF)
|
||||
#define TMP_INBUF (control->flags & FLAG_TMP_INBUF)
|
||||
|
||||
#define print_output(format, args...) do {\
|
||||
fprintf(control->msgout, format, ##args); \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue