discomfitor pushed a commit to branch enlightenment-0.20.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=44526e6ae18d5c32d6d27fcde18bb330fd7bd2ca

commit 44526e6ae18d5c32d6d27fcde18bb330fd7bd2ca
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Thu May 5 09:36:42 2016 -0400

    bad copy/paste in _e_place_desk_region_smart_obstacle_add()
    
    CID 1354988
---
 src/bin/e_place.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_place.c b/src/bin/e_place.c
index e696abf..57e0d67 100644
--- a/src/bin/e_place.c
+++ b/src/bin/e_place.c
@@ -169,7 +169,7 @@ _e_place_desk_region_smart_obstacle_add(char *u_x, char 
*u_y, int **a_x, int **a
    if (by < zy)
      {
         bh += by;
-        by = zx;
+        by = zy;
      }
    if ((by + bh) > zy + zh) bh = zy + zh - by;
    if (by >= zy + zh) return;

-- 


Reply via email to