diff --git a/src/bin/e_zone.c b/src/bin/e_zone.c index 3d530ec85..d196d177e 100644 --- a/src/bin/e_zone.c +++ b/src/bin/e_zone.c @@ -1720,7 +1720,7 @@ e_zone_for_id_get(const char *id) EINA_LIST_FOREACH(e_comp->zones, l, zone) { - if (strcmp(zone->randr2_id, id) == 0) + if (eina_streq(zone->randr2_id, id)) return zone; }