diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2022-03-01 22:32:43 +0100 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2022-03-01 22:33:48 +0100 |
commit | 8d6bef98827b9d02198ade6fd94d9f42ed302889 (patch) | |
tree | 706b53b7de892c5997548f40b91eef232371b868 /pcap-netfilter-linux.c | |
parent | 5ee0ff44d1660ab2fd3de346ed24546f77b3b6b2 (diff) |
Use "%d" to print a signed int
Fix this cppcheck warning:
rpcapd/daemon.c:2349:3: warning: %u in format string (no. 1) requires
'unsigned int' but the argument type is 'signed int'.
[invalidPrintfArgType_uint]
snprintf(errmsgbuf, PCAP_ERRBUF_SIZE,
^
Diffstat (limited to 'pcap-netfilter-linux.c')
0 files changed, 0 insertions, 0 deletions