* evas/src/lib/cache/evas_cache_image.c: Fix a typo that should have broken svg rendering in some case.

SVN revision: 35580
This commit is contained in:
Cedric BAIL 2008-08-20 12:14:30 +00:00
parent 77cb8587de
commit 9181503f9f
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ evas_cache_image_request(Evas_Cache_Image *cache, const char *file, const char *
if ((!lo) ||
(lo &&
(lo->scale_down_by == 0) &&
(lo->dpi = 0.0) &&
(lo->dpi == 0.0) &&
((lo->w == 0) || (lo->h == 0))))
{
lo = &prevent;