Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
87383590
Commit
87383590
authored
Oct 13, 2002
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added missing url prefix.
parent
258b7d50
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
plugins/familiar/familiar_callbacks.c
plugins/familiar/familiar_callbacks.c
+2
-2
No files found.
plugins/familiar/familiar_callbacks.c
View file @
87383590
...
...
@@ -2,7 +2,7 @@
* familiar_callbacks.c : Callbacks for the Familiar Linux Gtk+ plugin.
*****************************************************************************
* Copyright (C) 2000, 2001 VideoLAN
* $Id: familiar_callbacks.c,v 1.6.2.
9 2002/10/10 20:33:12
jpsaman Exp $
* $Id: familiar_callbacks.c,v 1.6.2.
10 2002/10/13 14:27:49
jpsaman Exp $
*
* Authors: Jean-Paul Saman <jpsaman@wxs.nl>
*
...
...
@@ -428,9 +428,9 @@ on_comboURL_entry_changed (GtkEditable *editable,
(
strncmp
(
"rtp4://"
,(
const
char
*
)
psz_url
,
7
)
==
0
)
||
(
strncmp
(
"rtp6://"
,(
const
char
*
)
psz_url
,
7
)
==
0
)
||
(
strncmp
(
"rtpstream://"
,(
const
char
*
)
psz_url
,
12
)
==
0
)
||
(
strncmp
(
"ftp://"
,(
const
char
*
)
psz_url
,
6
)
==
0
)
||
(
strncmp
(
"http://"
,(
const
char
*
)
psz_url
,
7
)
==
0
)
)
{
intf_ErrMsg
(
"comboURL change event - open URL"
);
MediaURLOpenChanged
(
GTK_WIDGET
(
editable
),
psz_url
);
}
else
if
(
lstat
((
char
*
)
psz_url
,
&
st
)
==
0
)
...
...
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