From 871597f8c20f3fc418df64669f36f9fae76d89a8 Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Wed, 29 Jan 2014 10:00:29 +0000 Subject: [PATCH] fix evas_tiler bug (makes evas get stuck in an infinite loop there in certain scenarios) --- src/lib/evas/common/evas_tiler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/evas/common/evas_tiler.c b/src/lib/evas/common/evas_tiler.c index fd6c65a479..d787ec2380 100644 --- a/src/lib/evas/common/evas_tiler.c +++ b/src/lib/evas/common/evas_tiler.c @@ -605,7 +605,7 @@ rect_list_add_split_fuzzy(list_t *rects, list_node_t *node, int accepted_error) keep_dirty = 0; break; } - else if (intra.area <= accepted_error) + else if ((intra.area - area) <= accepted_error) { /* .---.cur .---.r * | | | |