Signed-off-by: Alejandro Colomar <colomar.6.4.3@xxxxxxxxx> --- man3/fopencookie.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/fopencookie.3 b/man3/fopencookie.3 index 472a7f3d2..5394ce4a5 100644 --- a/man3/fopencookie.3 +++ b/man3/fopencookie.3 @@ -438,7 +438,7 @@ main(int argc, char *argv[]) break; } - printf("/%.*s/\en", nread, buf); + printf("/%.*s/\en", (int) nread, buf); } exit(EXIT_SUCCESS); -- 2.28.0