[vlc-devel] [vlc-commits] logger: output UTF-8 in text and prefix with a Byte Order Mark

Andrey Wolk andywolk at gmail.com
Thu Sep 22 15:42:13 CEST 2011


Please, use vfprintf( stream, fmt, ap ); instead of  fprintf( stream, fmt,
ap );

2011/9/22 Rémi Denis-Courmont git at videolan.org

> +    fprintf( stream, "%s%s: ", item->psz_module, ppsz_type[type] );
> +    fprintf( stream, fmt, ap );
>     putc_unlocked( '\n', stream );
>     funlockfile( stream );
>     vlc_restorecancel( canc );
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20110922/6401c78f/attachment.html>


More information about the vlc-devel mailing list