mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Release calc version 2.11.0t10.4
This commit is contained in:
3
value.c
3
value.c
@@ -2827,7 +2827,8 @@ config_print(CONFIG *cfg)
|
||||
for (cp = configs; cp->name; cp++) {
|
||||
|
||||
/* skip if special all or duplicate maxerr value */
|
||||
if (cp->type == CONFIG_ALL || strcmp(cp->name, "maxerr") == 0)
|
||||
if (cp->type == CONFIG_ALL || strcmp(cp->name, "maxerr") == 0 ||
|
||||
strcmp(cp->name, "ctrl-d") == 0)
|
||||
continue;
|
||||
|
||||
/* print tab if allowed */
|
||||
|
Reference in New Issue
Block a user