Displaying 2 results from an estimated 2 matches for "stats_print_info".
2013 Apr 21
2
flac 1.3.0pre3 pre-release
Janne Hyv?rinen wrote:
> Sorry for spamming but I noticed one more display glitch while doing
> further testing. It could leave old status messages at the end of the
> line while printing status messages if initial status fit on one line
> and new status text required new line.
Patches applied. Thanks!
Erik
--
2014 Sep 21
2
[PATCH] flac version of (v)snprintf
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?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vsnprintf.patch
Type: application/octet-stream
Size: 5527 bytes
Desc: not available
Url : htt...