lvqcl wrote: > The patch changes flac_snprintf (in src/share/grabbag/snprintf.c) > and its copy local_snprintf (src/libFLAC/metadata_iterators.c). > > It also adds flac_vsnprintf (src/share/grabbag/snprintf.c) and > its copy local_vsnprintf (src/share/win_utf8_io/win_utf8_io.c). > > And it changes stats_print_info in src/flac/utils.c so it uses flac_vsnprintf > instead of vsnprintf. Return value checking becomes unnecessary. > > Comments?
I think the only improvement would be to remove the local_* versions in favour of the flac_* versions. Applied. Thanks. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/ _______________________________________________ flac-dev mailing list [email protected] http://lists.xiph.org/mailman/listinfo/flac-dev
