Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
1df7592a
Commit
1df7592a
authored
Dec 10, 2003
by
yoann
Browse files
fixed a compilation error
parent
d2c70247
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/control/hotkeys.c
View file @
1df7592a
...
...
@@ -2,7 +2,7 @@
* hotkeys.c: Hotkey handling for vlc
*****************************************************************************
* Copyright (C) 2003 VideoLAN
* $Id: hotkeys.c,v 1.1
0
2003/12/10
17:19
:0
5
yoann Exp $
* $Id: hotkeys.c,v 1.1
1
2003/12/10
20:56
:0
9
yoann Exp $
*
* Authors: Sigmund Augdal <sigmunau@idi.ntnu.no>
*
...
...
@@ -353,7 +353,7 @@ static void Run( intf_thread_t *p_intf )
}
else
if
(
i_action
==
ACTIONID_POSITION
)
{
p_playlist
=
vlc_object_find
(
p_intf
,
VLC_OBJECT_PLAYLIST
,
playlist_t
*
p_playlist
=
vlc_object_find
(
p_intf
,
VLC_OBJECT_PLAYLIST
,
FIND_ANYWHERE
);
char
psz_duration
[
MSTRTIME_MAX_SIZE
];
char
psz_time
[
MSTRTIME_MAX_SIZE
];
...
...
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