mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
expand_number(3) takes a uint64_t * now; intmax_t was never correct
except by accident. MFC after: 3 weeks
This commit is contained in:
parent
1727cdb62a
commit
35efcc8b69
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ static void
|
|||
set_option(struct gctl_req *req, struct g_option *opt, const char *val)
|
||||
{
|
||||
char *s;
|
||||
intmax_t number;
|
||||
uint64_t number;
|
||||
|
||||
if (G_OPT_TYPE(opt) == G_TYPE_NUMBER ||
|
||||
G_OPT_TYPE(opt) == G_TYPE_ASCNUM) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue