[vlc-devel] commit: smb: use utf8_open (fix #2922) ( Rémi Duraffort )

Rémi Duraffort ivoire at videolan.org
Wed Jul 1 19:14:37 CEST 2009


> On Wed,  1 Jul 2009 11:54:41 +0200 (CEST), git at videolan.org (git version
> control) wrote:
> > -#   define smbc_open(a,b,c) open(a,b,c)
> > +#   define smbc_open(a,b,c) utf8_open(a,b,c)
> >  #   define stat _stati64
> 
> Why utf8_open() but not utf8_stat()? And why do we use stat() instead of
> fstat() anyway?

In fact we are not using stat (nor utf8_stat) but only fstat: these
defines need to be cleaned.

-- 
Rémi Duraffort | ivoire



More information about the vlc-devel mailing list