Commit 7b6eb8c5 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* Fix compile issue on lirc.c

parent 1bfc4975
......@@ -142,7 +142,7 @@ static void Run( intf_thread_t *p_intf )
{
vlc_value_t keyval;
if( strncmp( "key-", c, 4 )
if( strncmp( "key-", c, 4 ) )
{
msg_Err( p_intf, "This doesn't appear to be a valid keycombo lirc sent us. Please look at the doc/lirc/example.lirc file in VLC" );
break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment