Use new function flac_snprintf() where ever appropriate.
authorErik de Castro Lopo <erikd@mega-nerd.com>
Sun, 17 Mar 2013 09:56:41 +0000 (20:56 +1100)
committerErik de Castro Lopo <erikd@mega-nerd.com>
Sun, 17 Mar 2013 10:00:07 +0000 (21:00 +1100)
This replaces un-safe usage of sprintf() and Micorsoft's _snprintf()
with something sane.


No differences found