From: Carsten Haitzler Date: Sun, 29 Oct 2006 11:02:11 +0000 (+0000) Subject: and also check that symbol too - just in case X-Git-Tag: submit/efl/20131021.015651~12416 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=af7ab32870668a734b211f45751764a159662059;p=platform%2Fupstream%2Fenlightenment.git and also check that symbol too - just in case SVN revision: 26859 --- diff --git a/src/preload/e_precache.c b/src/preload/e_precache.c index 8efe731..9391d72 100644 --- a/src/preload/e_precache.c +++ b/src/preload/e_precache.c @@ -55,7 +55,7 @@ log_write(const char *type, const char *file) static Evas_Hash *d_hash = NULL; char buf[2]; - if ((*e_precache_end) && (*e_precache_end)) + if ((e_precache_end) && (*e_precache_end)) { log_close(); return;