wav: fix printf format warning
commitc430d8fcbea071d56735527a35a980132b9b66c2
authorMans Rullgard <mans@mansr.com>
Thu, 13 Aug 2020 20:18:51 +0000 (13 21:18 +0100)
committerMans Rullgard <mans@mansr.com>
Thu, 13 Aug 2020 20:19:01 +0000 (13 21:19 +0100)
treece5f179377065e4df5501c17f6556e7d9498f9d2
parentc3f82ed011d03816d64dd09a37f3e565c90e5784
wav: fix printf format warning

The gsmbytecount variable has type size_t.  Use the correct printf
modifier.
src/wav.c