From: RĂ©mi Denis-Courmont Date: Mon, 25 Feb 2008 19:58:36 +0000 (+0000) Subject: Actually fix the ActiveX plugin X-Git-Tag: 0.9.0-test0~2496 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=28094cb6a15a0068c21a9ff22477c624115dd4d1;p=vlc Actually fix the ActiveX plugin --- diff --git a/projects/activex/plugin.cpp b/projects/activex/plugin.cpp index 85f612fdfd..22a1ed4f76 100644 --- a/projects/activex/plugin.cpp +++ b/projects/activex/plugin.cpp @@ -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]; {