* evas: Fix serious typos that could generate dead lock.

SVN revision: 45087
This commit is contained in:
Cedric BAIL 2010-01-13 19:57:59 +00:00
parent 1208614f73
commit 5d754e74e7
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ evas_async_events_put(const void *target, Evas_Callback_Type type, void *event_i
do {
check = write(_fd_write, &ev, sizeof (Evas_Event_Async*));
} while ((check != sizeof (Evas_Event_Async)) && ((errno == EINTR) || (errno == EAGAIN)));
} while ((check != sizeof (Evas_Event_Async*)) && ((errno == EINTR) || (errno == EAGAIN)));
evas_cache_image_wakeup();