Commit 28094cb6 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Actually fix the ActiveX plugin

parent 99a25fe1
......@@ -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];
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment