Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
79462a4b
Commit
79462a4b
authored
Jun 24, 2007
by
Jean-Baptiste Kempf
Browse files
LIRC: correct typo in [20653]
parent
04babc14
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/control/lirc.c
View file @
79462a4b
...
...
@@ -161,7 +161,7 @@ static void Run( intf_thread_t *p_intf )
osd_MenuUp
(
VLC_OBJECT
(
p_intf
)
);
else
if
(
!
strncmp
(
c
,
"menu down"
,
9
)
)
osd_MenuDown
(
VLC_OBJECT
(
p_intf
)
);
else
if
(
!
st
n
rcmp
(
c
,
"menu left"
,
9
)
)
else
if
(
!
str
n
cmp
(
c
,
"menu left"
,
9
)
)
osd_MenuPrev
(
VLC_OBJECT
(
p_intf
)
);
else
if
(
!
strncmp
(
c
,
"menu right"
,
10
)
)
osd_MenuNext
(
VLC_OBJECT
(
p_intf
)
);
...
...
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