mirror of
https://github.com/videolan/vlc.git
synced 2024-12-14 04:04:45 +08:00
Fix wrong test (cid #1049311)
This commit is contained in:
parent
9632f52e4f
commit
e8553f48b8
@ -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" );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user