Fix build post a040967612
.
This commit is contained in:
parent
40f41ece76
commit
048488c0c4
@ -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 New Issue
Block a user