1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Fix build post a040967612.

(cherry picked from commit 048488c0c4)
This commit is contained in:
Cy Schubert 2021-03-22 08:42:18 -07:00 committed by Baptiste Daroussin
parent 7904a2e5a8
commit 80b7a3d4af

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