]> git.sesse.net Git - vlc/commitdiff
Actually fix the ActiveX plugin
authorRémi Denis-Courmont <rem@videolan.org>
Mon, 25 Feb 2008 19:58:36 +0000 (19:58 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Mon, 25 Feb 2008 19:58:36 +0000 (19:58 +0000)
projects/activex/plugin.cpp

index 85f612fdfd004681738bc9aea5853823f6dd91fc..22a1ed4f767a0e5764a99097dd6db629362c6e43 100644 (file)
@@ -433,8 +433,8 @@ HRESULT VLCPlugin::getVLC(libvlc_instance_t** pp_libvlc)
         /*
         ** default initialization options
         */
-        const char *ppsz_argv[32] = { "vlc" };
-        int   ppsz_argc = 1;
+        const char *ppsz_argv[32] = { };
+        int   ppsz_argc = 0;
 
         char p_progpath[MAX_PATH];
         {