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
33371396
Commit
33371396
authored
Dec 16, 2003
by
gbazin
Browse files
* modules/gui/wxwindows/open.cpp: compilation fix.
parent
a248ca40
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/wxwindows/open.cpp
View file @
33371396
...
...
@@ -2,7 +2,7 @@
* open.cpp : wxWindows plugin for vlc
*****************************************************************************
* Copyright (C) 2000, 2001, 2003 VideoLAN
* $Id: open.cpp,v 1.5
7
2003/12/16
09:14:22 courmisch
Exp $
* $Id: open.cpp,v 1.5
8
2003/12/16
13:35:12 gbazin
Exp $
*
* Authors: Gildas Bazin <gbazin@netcourrier.com>
*
...
...
@@ -804,7 +804,7 @@ void OpenDialog::UpdateMRL( int i_access_method )
case
3
:
/* RTSP access */
if
(
net_addrs
[
3
]
->
GetLineText
(
0
).
Find
(
"rtsp://"
)
!=
0
)
if
(
net_addrs
[
3
]
->
GetLineText
(
0
).
Find
(
wxT
(
"rtsp://"
)
)
!=
0
)
{
mrltemp
=
wxT
(
"rtsp"
)
+
demux
+
wxT
(
"://"
);
}
...
...
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