]> git.sesse.net Git - vlc/blobdiff - src/network/acl.c
utf8_* -> vlc_* (sed roxxors)
[vlc] / src / network / acl.c
index 62fcee2ca9c0194405480ecd0779e709fcbc2a85..f10ec64152e87ec3a959825cd497a865a828d00a 100644 (file)
@@ -300,7 +300,7 @@ int ACL_LoadFile( vlc_acl_t *p_acl, const char *psz_path )
     if( p_acl == NULL )
         return -1;
 
-    file = utf8_fopen( psz_path, "r" );
+    file = vlc_fopen( psz_path, "r" );
     if( file == NULL )
         return -1;