efl: backport r78213.

SVN revision: 78216
This commit is contained in:
Cedric BAIL 2012-10-19 01:49:06 +00:00
parent d83f517e3c
commit df8fb6d989
1 changed files with 1 additions and 0 deletions

View File

@ -1945,6 +1945,7 @@ eina_log_print_cb_file(const Eina_Log_Domain *d,
va_list args)
{
#ifdef EINA_ENABLE_LOG
EINA_SAFETY_ON_NULL_RETURN(data);
FILE *f = data;
#ifdef EFL_HAVE_THREADS
if (_threads_enabled)