[vlc-devel] commit: VCD: stat -> utf8_stat ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sat Oct 17 22:53:36 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Oct 17 23:52:59 2009 +0300| [9b79115af5fd830e88cc2fdd6f2bf0a3cd70cf27] | committer: Rémi Denis-Courmont
VCD: stat -> utf8_stat
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9b79115af5fd830e88cc2fdd6f2bf0a3cd70cf27
---
modules/access/vcd/cdrom.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/access/vcd/cdrom.c b/modules/access/vcd/cdrom.c
index 2fc73dd..d81706f 100644
--- a/modules/access/vcd/cdrom.c
+++ b/modules/access/vcd/cdrom.c
@@ -117,7 +117,7 @@ vcddev_t *ioctl_Open( vlc_object_t *p_this, const char *psz_dev )
}
#else
- if( stat( psz_dev, &fileinfo ) < 0 )
+ if( utf8_stat( psz_dev, &fileinfo ) < 0 )
{
free( p_vcddev );
return NULL;
More information about the vlc-devel
mailing list