]> The Tcpdump Group git mirrors - libpcap/commit
Fix the size argument to _wcserror_s().
authorGuy Harris <[email protected]>
Sat, 11 Apr 2020 22:20:56 +0000 (15:20 -0700)
committerGuy Harris <[email protected]>
Sat, 11 Apr 2020 22:20:56 +0000 (15:20 -0700)
commit624fc6eb6657457b6f118b9693be87dc6f3713cc
tree16b59921aa2aa0fb9ce8d895b869e2a34fb74320
parent6933d37633c3ea05ff481c5d92e6ddd9dd1f1c9d
Fix the size argument to _wcserror_s().

It's not well documented, but it's called numberOfElements, which I
*assume* means "number of elements in the array", not "size of the array
in bytes".
fmtutils.c