mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-04 22:07:42 +00:00
Deprecate the -M option as it is no longer of any significant utility compared to the -U option.
This commit is contained in:
parent
0f1d447541
commit
9c8b1ee795
7 changed files with 16 additions and 50 deletions
3
util.c
3
util.c
|
|
@ -151,9 +151,6 @@ void read_config( struct rzip_control *control )
|
|||
else if (!strcasecmp(parameter, "unlimited")) {
|
||||
if (!strcasecmp(parametervalue, "yes"))
|
||||
control->flags |= FLAG_UNLIMITED;
|
||||
} else if (!strcasecmp(parameter, "maxram")) {
|
||||
if (!strcasecmp(parametervalue, "yes"))
|
||||
control->flags |= FLAG_MAXRAM;
|
||||
} else if (!strcasecmp(parameter, "compressionlevel")) {
|
||||
control->compression_level = atoi(parametervalue);
|
||||
if ( control->compression_level < 1 || control->compression_level > 9 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue