Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
d382c9d9
Commit
d382c9d9
authored
Aug 28, 2004
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* modules/gui/wxwindows/menus.cpp: increased size of a couple of arrays for safety.
parent
299d029a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/gui/wxwindows/menus.cpp
modules/gui/wxwindows/menus.cpp
+2
-2
No files found.
modules/gui/wxwindows/menus.cpp
View file @
d382c9d9
...
...
@@ -141,7 +141,7 @@ wxMenu *MiscMenu( intf_thread_t *p_intf )
void
PopupMenu
(
intf_thread_t
*
p_intf
,
wxWindow
*
p_parent
,
const
wxPoint
&
pos
)
{
#define MAX_POPUP_ITEMS
3
5
#define MAX_POPUP_ITEMS
4
5
vlc_object_t
*
p_object
;
char
*
ppsz_varnames
[
MAX_POPUP_ITEMS
];
...
...
@@ -396,7 +396,7 @@ wxMenu *VideoMenu( intf_thread_t *_p_intf, wxWindow *p_parent, wxMenu *p_menu )
wxMenu
*
NavigMenu
(
intf_thread_t
*
_p_intf
,
wxWindow
*
p_parent
,
wxMenu
*
p_menu
)
{
#define MAX_NAVIG_ITEMS 1
0
#define MAX_NAVIG_ITEMS 1
5
vlc_object_t
*
p_object
;
char
*
ppsz_varnames
[
MAX_NAVIG_ITEMS
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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