Fix wrong test (cid #1049311)

This commit is contained in:
Rémi Duraffort 2013-07-22 19:29:57 +02:00
parent 9632f52e4f
commit e8553f48b8

View File

@ -379,8 +379,7 @@ static void* Run( void *data )
assert( p_widget );
msg_Dbg( p_mgr, "Clicking '%s': '%s'",
p_ext->psz_name, p_widget->psz_text );
if( !lua_ExtensionWidgetClick( p_mgr, p_ext, p_widget )
< 0 )
if( lua_ExtensionWidgetClick( p_mgr, p_ext, p_widget ) < 0 )
{
msg_Warn( p_mgr, "Could not translate click" );
}