]> git.sesse.net Git - vlc/blobdiff - modules/gui/fbosd.c
utf8_* -> vlc_* (sed roxxors)
[vlc] / modules / gui / fbosd.c
index 8cfa12ac7f8abaca25d8ac17e1f21c0d8f22c16e..c2b6c3f0a7e2be55bc72e8fbfaa1e4030cd1b21d 100644 (file)
@@ -1059,7 +1059,7 @@ static int OpenDisplay( intf_thread_t *p_intf )
         return VLC_EGENERIC;
     }
 
-    p_sys->i_fd = utf8_open( psz_device, O_RDWR );
+    p_sys->i_fd = vlc_open( psz_device, O_RDWR );
     if( p_sys->i_fd == -1 )
     {
         msg_Err( p_intf, "cannot open %s (%m)", psz_device );