Changeset 28094cb6a15a0068c21a9ff22477c624115dd4d1

Show
Ignore:
Timestamp:
02/25/08 20:58:36 (4 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1203969516 +0000
git-parent:

[99a25fe17cdb9bdaeaa4398b5aa07cba33dcf5d0]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1203969516 +0000
Message:

Actually fix the ActiveX plugin

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • projects/activex/plugin.cpp

    rd47037f r28094cb  
    434434        ** default initialization options 
    435435        */ 
    436         const char *ppsz_argv[32] = { "vlc" }; 
    437         int   ppsz_argc = 1
     436        const char *ppsz_argv[32] = { }; 
     437        int   ppsz_argc = 0
    438438 
    439439        char p_progpath[MAX_PATH];