]> git.sesse.net Git - vlc/blobdiff - modules/stream_out/raop.c
utf8_* -> vlc_* (sed roxxors)
[vlc] / modules / stream_out / raop.c
index 9718a451b629816b54d0ca097fc6e143d5a8781d..498b1c487d012229d16540cdda16b0b97923d9f0 100644 (file)
@@ -548,7 +548,7 @@ static char *ReadPasswordFile( vlc_object_t *p_this, const char *psz_path )
     char *psz_newline;
     char ps_buffer[256];
 
-    p_file = utf8_fopen( psz_path, "rt" );
+    p_file = vlc_fopen( psz_path, "rt" );
     if ( p_file == NULL )
     {
         msg_Err( p_this, "Unable to open password file '%s': %m", psz_path );