]> The Tcpdump Group git mirrors - libpcap/commit
Use %zu as the print format for size_t
authorFrancois-Xavier Le Bail <[email protected]>
Fri, 9 Aug 2019 07:53:24 +0000 (09:53 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Fri, 9 Aug 2019 08:02:38 +0000 (10:02 +0200)
commitf773b1c56122feaff9e9ecabbde3326b7c081233
tree62974fbc45b16aee25cbeb09cf967be9d1f58608
parentd6fd84ee114bf038587a860236176bdc7cf397a3
Use %zu as the print format for size_t

C99 support it and also Visual Studio VS 2015 and after.

No more need for PRIsize format.
pcap/pcap-inttypes.h
savefile.c
sf-pcap.c
sf-pcapng.c