mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-08 15:54:04 +00:00
Fix to allow override of compression set in lrzip.conf
This commit is contained in:
parent
67ddcae772
commit
2f012cb3ea
2 changed files with 30 additions and 24 deletions
2
util.c
2
util.c
|
|
@ -205,7 +205,7 @@ bool read_config(rzip_control *control)
|
|||
fprintf(control->msgout, "Using configuration file /etc/lrzip/lrzip.conf\n");
|
||||
}
|
||||
if (fp == NULL)
|
||||
return true;
|
||||
return false;
|
||||
|
||||
/* if we get here, we have a file. read until no more. */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue