Skip to content
Commit c59178b6 authored by Christopher Friedt's avatar Christopher Friedt Committed by Christopher Friedt
Browse files

net: ip: tcp: use zu format specifier for size_t



The `%i` format specifier is for `int` and is equivalent to
`%d` for printf formatting.

However, for `size_t`, the correct format specifier is `%zu`.

Fixes #49825

Signed-off-by: default avatarChristopher Friedt <cfriedt@fb.com>
parent 0432d0a8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment