]> git.sesse.net Git - vlc/commitdiff
Hildon: work round the usual argv warning
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 1 Oct 2009 19:15:52 +0000 (22:15 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 1 Oct 2009 19:37:00 +0000 (22:37 +0300)
modules/gui/maemo/maemo.c

index d323e774540c8b495ab0af0bb98f8c4e23947932..d884c7499119de1036e3c546340670eeea91ee77 100644 (file)
@@ -119,7 +119,7 @@ static void Close( vlc_object_t *p_this )
 *****************************************************************************/
 static void Run( intf_thread_t *p_intf )
 {
-    char  *p_args[] = { "", NULL };
+    char  *p_args[] = { (char *)"vlc", NULL };
     char **pp_args  = p_args;
     int    i_args   = 1;