We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c001e8 commit 7249b10Copy full SHA for 7249b10
src/utils/configuration.c
@@ -689,7 +689,7 @@ option_get_value(ConfigOption *opt)
689
if (opt->type == 'i')
690
convert_from_base_unit(*((int32 *) opt->var),
691
opt->flags & OPTION_UNIT, &value, &unit);
692
- else if (opt->type == 'i')
+ else if (opt->type == 'I')
693
convert_from_base_unit(*((int64 *) opt->var),
694
695
else if (opt->type == 'u')
0 commit comments