]> git.sesse.net Git - vlc/blobdiff - modules/stream_filter/record.c
utf8_* -> vlc_* (sed roxxors)
[vlc] / modules / stream_filter / record.c
index 388296bb4aded21fb679a71b23c86d112bc514ed..432365621110a06eab9644795ec0b1225af4d4a1 100644 (file)
@@ -191,7 +191,7 @@ static int Start( stream_t *s, const char *psz_extension )
     if( !psz_file )
         return VLC_ENOMEM;
 
-    f = utf8_fopen( psz_file, "wb" );
+    f = vlc_fopen( psz_file, "wb" );
     if( !f )
     {
         free( psz_file );