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

Rémi Denis-Courmont remi at remlab.net
Wed Jul 1 12:43:54 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?

-- 
Rémi Denis-Courmont




More information about the vlc-devel mailing list