]> git.sesse.net Git - vlc/commitdiff
HTTPd: stat -> utf8_stat
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 17 Oct 2009 20:53:10 +0000 (23:53 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 17 Oct 2009 20:53:10 +0000 (23:53 +0300)
modules/control/http/util.c

index 7cd4af7de3ba89ad9d778cf51220124e3a327766..1226002e20904a1697114694f1c06c2a9d1bed4a 100644 (file)
@@ -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 );