* evas/src/lib/cache/evas_cache_image.c: Fix a typo that should have broken svg...
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 20 Aug 2008 12:14:30 +0000 (12:14 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 20 Aug 2008 12:14:30 +0000 (12:14 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@35580 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/cache/evas_cache_image.c

index cfd8ecd..cfd8c13 100644 (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;