Commit 9b79115a authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

VCD: stat -> utf8_stat

parent f2642604
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment