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
2b328b81
Commit
2b328b81
authored
Jul 24, 2003
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* modules/gui/wxwindows/open.cpp: compilation fix.
parent
88feabd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
modules/gui/wxwindows/open.cpp
modules/gui/wxwindows/open.cpp
+2
-6
No files found.
modules/gui/wxwindows/open.cpp
View file @
2b328b81
...
...
@@ -2,7 +2,7 @@
* open.cpp : wxWindows plugin for vlc
*****************************************************************************
* Copyright (C) 2000-2001 VideoLAN
* $Id: open.cpp,v 1.3
0 2003/07/24 16:07:10
gbazin Exp $
* $Id: open.cpp,v 1.3
1 2003/07/24 17:31:59
gbazin Exp $
*
* Authors: Gildas Bazin <gbazin@netcourrier.com>
*
...
...
@@ -50,10 +50,6 @@
#include <vlc/intf.h>
#if defined MODULE_NAME_IS_skins
# include "../skins/src/skin_common.h"
#endif
#include "wxwindows.h"
#ifndef wxRB_SINGLE
...
...
@@ -663,7 +659,7 @@ void OpenDialog::OnOk( wxCommandEvent& WXUNUSED(event) )
/* Count the input options */
while
(
i
+
i_options
+
1
<
(
int
)
mrl
.
GetCount
()
&&
mrl
[
i
+
i_options
+
1
].
mb_str
(
)[
0
]
==
':'
)
((
const
char
*
)
mrl
[
i
+
i_options
+
1
].
mb_str
()
)[
0
]
==
':'
)
{
i_options
++
;
}
...
...
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