diff options
author | Cedric BAIL <cedric@osg.samsung.com> | 2017-01-06 09:57:46 -0800 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2017-01-06 15:58:46 -0800 |
commit | 8f1c071d6adbf6f8e2002eeeabdc7f3d7be9ef22 (patch) | |
tree | 17bddaa85bcdead8807053b009d1adf1c9eda71c /src/lib/evas/cache2 | |
parent | f9928b75c8c4a2e6c3f02aafb68c8a569a47ab04 (diff) |
eina: rename EINA_{FLT,DBL}_CMP to EINA_{FLT,DBL}_EQ.
Diffstat (limited to 'src/lib/evas/cache2')
-rw-r--r-- | src/lib/evas/cache2/evas_cache2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evas/cache2/evas_cache2.c b/src/lib/evas/cache2/evas_cache2.c index 60871dd741..a7bd68c453 100644 --- a/src/lib/evas/cache2/evas_cache2.c +++ b/src/lib/evas/cache2/evas_cache2.c | |||
@@ -693,7 +693,7 @@ evas_cache2_image_open(Evas_Cache2 *cache, const char *path, const char *key, | |||
693 | if ((!lo) || | 693 | if ((!lo) || |
694 | (lo && | 694 | (lo && |
695 | (lo->emile.scale_down_by == 0) && | 695 | (lo->emile.scale_down_by == 0) && |
696 | (EINA_DBL_CMP(lo->emile.dpi, 0.0)) && | 696 | (EINA_DBL_EQ(lo->emile.dpi, 0.0)) && |
697 | ((lo->emile.w == 0) || (lo->emile.h == 0)) && | 697 | ((lo->emile.w == 0) || (lo->emile.h == 0)) && |
698 | ((lo->emile.region.w == 0) || (lo->emile.region.h == 0)) && | 698 | ((lo->emile.region.w == 0) || (lo->emile.region.h == 0)) && |
699 | ((lo->emile.scale_load.dst_w == 0) || (lo->emile.scale_load.dst_h == 0)) && | 699 | ((lo->emile.scale_load.dst_w == 0) || (lo->emile.scale_load.dst_h == 0)) && |