]> git.sesse.net Git - vlc/blobdiff - modules/misc/screensaver.c
utf8_* -> vlc_* (sed roxxors)
[vlc] / modules / misc / screensaver.c
index 8a07671b525dffabc9cac5b2037921ea4d503400..8c59f83328385a0092fd64a14ff9f7b19a62ddbb 100644 (file)
@@ -88,7 +88,7 @@ static int Activate( vlc_object_t *p_this )
     }
     p_ih->inhibit = Inhibit;
 
-    int fd = utf8_open ("/dev/null", O_WRONLY);
+    int fd = vlc_open ("/dev/null", O_WRONLY);
     posix_spawn_file_actions_init (&p_sys->actions);
     if (fd != -1)
     {