Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7249b10

Browse filesBrowse files
MakSlSergey Fukanchik
authored and
Sergey Fukanchik
committed
[PBCKP-247]: typo in the option_get_value function.
1 parent 4c001e8 commit 7249b10
Copy full SHA for 7249b10

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/utils/configuration.c

Copy file name to clipboardExpand all lines: src/utils/configuration.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ option_get_value(ConfigOption *opt)
689689
if (opt->type == 'i')
690690
convert_from_base_unit(*((int32 *) opt->var),
691691
opt->flags & OPTION_UNIT, &value, &unit);
692-
else if (opt->type == 'i')
692+
else if (opt->type == 'I')
693693
convert_from_base_unit(*((int64 *) opt->var),
694694
opt->flags & OPTION_UNIT, &value, &unit);
695695
else if (opt->type == 'u')

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.