mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
Fix build post a040967612.
This commit is contained in:
parent
40f41ece76
commit
048488c0c4
1 changed files with 1 additions and 1 deletions
|
|
@ -1247,7 +1247,7 @@ ucl_msgpack_consume (struct ucl_parser *parser)
|
|||
if (len != 0) {
|
||||
ucl_create_err (&parser->err,
|
||||
"invalid non-empty container at the end; len=%zu",
|
||||
(uintmax_t)len);
|
||||
(size_t)len);
|
||||
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue