Commit eaddfc0b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Do not hide an interface idle sleep from the compiler...

parent f6ef7116
......@@ -1397,7 +1397,7 @@ static void * ManageThread( void *user_data )
vlc_mutex_unlock( &p_intf->change_lock );
vlc_object_timedwait( p_intf, 100000 + mdate());
msleep( INTF_IDLE_SLEEP );
}
vlc_object_unlock( p_intf );
[o_pool release];
......
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