commit 9d0cdd5ca2906d09d0815d7a210114bdaafe6947
parent 49ac08aaa6839132b171a499f8251b8ca18dc9dd
Author: Kris Maglione <jg@suckless.org>
Date: Sat, 14 Apr 2007 04:41:15 -0400
Same as the last commit, only right.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmd/wmii/mouse.c b/cmd/wmii/mouse.c
@@ -370,7 +370,7 @@ mouse_resizecol(Divide *d) {
if(dp->next == d) break;
/* Fix later */
- if(a || a->next == nil)
+ if(a == nil || a->next == nil)
return;
minw = screen->rect.width/NCOL;