1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

lirc: remove tautology

(Code is suspicious though.)
This commit is contained in:
Rémi Denis-Courmont 2013-03-25 20:17:35 +02:00
parent ea89b2a731
commit 28c44e4f97

View File

@ -189,8 +189,7 @@ static void Process( intf_thread_t *p_intf )
if( code == NULL )
return;
while( vlc_object_alive( p_intf )
&& (lirc_code2char( p_intf->p_sys->config, code, &c ) == 0)
while( (lirc_code2char( p_intf->p_sys->config, code, &c ) == 0)
&& (c != NULL) )
{
if( !strncmp( "key-", c, 4 ) )