diff options
Diffstat (limited to 'lib/common/comp_opt.c')
-rw-r--r-- | lib/common/comp_opt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/common/comp_opt.c b/lib/common/comp_opt.c index 2b92da3..f257036 100644 --- a/lib/common/comp_opt.c +++ b/lib/common/comp_opt.c @@ -255,8 +255,8 @@ fail_window: return -1; fail_level: fprintf(stderr, - "Compression level must be a number between %zu and %zu.\n", - min_level, max_level); + "Compression level must be a number between " PRI_SZ " and " + PRI_SZ ".\n", min_level, max_level); return -1; fail_opt: fprintf(stderr, "Unknown compressor option '%s'.\n", value); |