Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
97d2ea83
Commit
97d2ea83
authored
Sep 28, 2008
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
skins2: Fix compilation.
parent
47fd5024
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/gui/skins2/src/vlcproc.cpp
modules/gui/skins2/src/vlcproc.cpp
+1
-1
No files found.
modules/gui/skins2/src/vlcproc.cpp
View file @
97d2ea83
...
...
@@ -561,7 +561,7 @@ void VlcProc::updateStreamName( playlist_t *p_playlist )
{
if
(
p_playlist
)
{
input_thread_t
*
p_input
=
playlist_CurrentInput
(
p_playlist
)
input_thread_t
*
p_input
=
playlist_CurrentInput
(
p_playlist
)
;
// Get playlist item information
input_item_t
*
pItem
=
input_GetItem
(
p_input
);
...
...
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