[vlc-devel] commit: HTTPd: 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:53:10 2009 +0300| [6ad8e69b0bc91107196977be5f62fdd2ecdf3bc6] | committer: Rémi Denis-Courmont
HTTPd: stat -> utf8_stat
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6ad8e69b0bc91107196977be5f62fdd2ecdf3bc6
---
modules/control/http/util.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/control/http/util.c b/modules/control/http/util.c
index 7cd4af7..1226002 100644
--- a/modules/control/http/util.c
+++ b/modules/control/http/util.c
@@ -177,7 +177,7 @@ int ParseDirectory( intf_thread_t *p_intf, char *psz_root,
ACL_Destroy( p_acl );
struct stat st;
- if( stat( dir, &st ) == 0 )
+ if( utf8_stat( dir, &st ) == 0 )
{
free( user );
free( password );
More information about the vlc-devel
mailing list