[vlc-devel] [PATCH] Win32: wrappers to work around %z printf limitations
Pierre Ynard
linkfanel at yahoo.fr
Mon Mar 9 18:23:06 CET 2009
> Le lundi 9 mars 2009 13:17:32 Pierre Ynard, vous avez écrit :
> > +static inline int vlc_vprintf (const char *format, va_list ap)
> > +{
> > + char *fmt = vlc_fix_format_string (format);
> > + int ret = vprintf (fmt ? fmt : format, ap);
> > + free (fmt);
> > + return ret;
> > +}
>
> Why not just return vlc_vfprintf(stdout, format, ap); ?
For consistency? ¯\(°_0)/¯
--
Pierre Ynard
"Une âme dans un corps, c'est comme un dessin sur une feuille de papier."
More information about the vlc-devel
mailing list