Fix build post a040967612.

This commit is contained in:
Cy Schubert 2021-03-22 08:42:18 -07:00
parent 40f41ece76
commit 048488c0c4

View File

@ -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;
}