Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit7249b10

Browse files
MakSlSergey Fukanchik
authored and
Sergey Fukanchik
committed
[PBCKP-247]: typo in the option_get_value function.
1 parent4c001e8 commit7249b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/utils/configuration.c

Lines 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-
elseif (opt->type=='i')
692+
elseif (opt->type=='I')
693693
convert_from_base_unit(*((int64*)opt->var),
694694
opt->flags&OPTION_UNIT,&value,&unit);
695695
elseif (opt->type=='u')

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp