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)
commit3c84f9e86b40b64bb42af6dff8c61521c5439ecd
tree0dc0434d74e18c324d8180386fc05170e2973df2
parent06af237c7008086a5389871320e5669dd51a0fdc
Use new function flac_snprintf() where ever appropriate.

This replaces un-safe usage of sprintf() and Micorsoft's _snprintf()
with something sane.
src/flac/analyze.c
src/flac/utils.c
src/metaflac/operations_shorthand_cuesheet.c
src/monkeys_audio_utilities/flac_mac/main.c
src/plugin_xmms/http.c
src/plugin_xmms/plugin.c
src/share/grabbag/replaygain.c
src/test_grabbag/cuesheet/main.c
src/test_grabbag/picture/main.c
src/test_streams/Makefile.am
src/test_streams/main.c