[LTP] [PATCH] lib/tst_safe_posix_ipc: Use %zu to format size_t
Cyril Hrubis
chrubis@suse.cz
Tue Feb 14 11:52:26 CET 2023
Hi!
This would classify as obviously correct, so you could have just pushed
the patch and then send it as FYI to the list with [COMMITED] in the
subject.
Anyways:
Reviewed-by: Cyril Hrubis <chrubis@suse.cz>
> ---
> include/tst_safe_posix_ipc.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/tst_safe_posix_ipc.h b/include/tst_safe_posix_ipc.h
> index 2d3d0928f..e7892f2af 100644
> --- a/include/tst_safe_posix_ipc.h
> +++ b/include/tst_safe_posix_ipc.h
> @@ -121,7 +121,7 @@ static inline int safe_mq_send(const char *file, const int lineno,
>
> if (rval == -1) {
> tst_brk_(file, lineno, TBROK | TERRNO,
> - "mq_send(%d,%s,%lu,%d) failed", mqdes, msg_ptr,
> + "mq_send(%d,%s,%zu,%d) failed", mqdes, msg_ptr,
> msg_len, msg_prio);
> }
>
> --
> 2.39.1
>
>
> --
> Mailing list info: https://lists.linux.it/listinfo/ltp
--
Cyril Hrubis
chrubis@suse.cz
More information about the ltp
mailing list