8000 [PBCKP-247]: typo in the option_get_value function. · postgrespro/pg_probackup@7249b10 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7249b10

Browse files
MakSlSergey Fukanchik
authored andcommitted
[PBCKP-247]: typo in the option_get_value function.
1 parent 4c001e8 commit 7249b10

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-
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