]> git.sesse.net Git - vlc/commitdiff
vlcplugin.cpp: don't forget to increment argc
authorDamien Fouilleul <damienf@videolan.org>
Wed, 6 Sep 2006 22:15:29 +0000 (22:15 +0000)
committerDamien Fouilleul <damienf@videolan.org>
Wed, 6 Sep 2006 22:15:29 +0000 (22:15 +0000)
mozilla/vlcplugin.cpp

index 57ddeaf76ada75a683b78bdc339ad20fa651eeb7..6ee61a6f136b2ad82f03fd7ec2cf89dfc9394858 100644 (file)
@@ -5,6 +5,7 @@
  * $Id$
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
+ *          Damien Fouilleul <damienf.fouilleul@laposte.net>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -74,7 +75,7 @@ NPError VlcPlugin::init(int argc, char* const argn[], char* const argv[])
         "--no-media-library",
         "--intf", "dummy",
     };
-    int ppsz_argc = 5;
+    int ppsz_argc = 6;
 
     /* locate VLC module path */
 #ifdef XP_MACOSX