From 8f1c071d6adbf6f8e2002eeeabdc7f3d7be9ef22 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Fri, 6 Jan 2017 09:57:46 -0800 Subject: eina: rename EINA_{FLT,DBL}_CMP to EINA_{FLT,DBL}_EQ. --- src/bin/evas/evas_cserve2_shm_debug.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/bin/evas/evas_cserve2_shm_debug.c') diff --git a/src/bin/evas/evas_cserve2_shm_debug.c b/src/bin/evas/evas_cserve2_shm_debug.c index 27112180ec..18b87c4d03 100644 --- a/src/bin/evas/evas_cserve2_shm_debug.c +++ b/src/bin/evas/evas_cserve2_shm_debug.c @@ -431,7 +431,7 @@ _files_all_print_all(void) _shared_string_get(fd->path), _shared_string_get(fd->key)); printf("LoadOpts: Region: %d,%d-%dx%d\n", fd->lo.region.x, fd->lo.region.y, fd->lo.region.w, fd->lo.region.h); - if (!EINA_DBL_CMP(fd->lo.dpi, 0)) + if (!EINA_DBL_EQ(fd->lo.dpi, 0)) printf(" DPI: %f\n"); else printf(" DPI: 0\n"); @@ -519,7 +519,7 @@ _images_all_print_full(void) printf(" height %d\n", id->opts.emile.h); printf(" degree %d\n", id->opts.emile.degree); printf(" scale_down_by %d\n", id->opts.emile.scale_down_by); - if (!EINA_DBL_CMP(id->opts.emile.dpi, 0.0)) + if (!EINA_DBL_EQ(id->opts.emile.dpi, 0.0)) printf(" dpi %.2f\n", id->opts.emile.dpi); else printf(" dpi 0\n"); -- cgit v1.2.1