ecore: remove float comparison warning from Ecore_Poller code.

This commit is contained in:
Cedric BAIL 2016-12-19 16:32:51 -08:00
parent 667b4340b9
commit 1a6dc04fa1
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ _ecore_poller_next_tick_eval(void)
else
{
t = ecore_time_get();
if (interval != poll_cur_interval)
if (!EINA_FLT_CMP(interval, poll_cur_interval))
{
t -= last_tick; /* time since we last ticked */
/* delete the timer and reset it to tick off in the new