Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
f7461fc4
Commit
f7461fc4
authored
Sep 06, 2006
by
damienf
Browse files
vlcplugin.cpp: don't forget to increment argc
parent
989cefff
Changes
1
Hide whitespace changes
Inline
Side-by-side
mozilla/vlcplugin.cpp
View file @
f7461fc4
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment