1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00

HTTPd: stat -> utf8_stat

This commit is contained in:
Rémi Denis-Courmont 2009-10-17 23:53:10 +03:00
parent 9b79115af5
commit 6ad8e69b0b

View 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 );