Explorar o código

right, multihead issue is not involved with growcol

Anselm R. Garbe %!s(int64=19) %!d(string=hai) anos
pai
achega
4633fbec61
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      view.c

+ 1 - 1
view.c

@@ -174,7 +174,7 @@ growcol(Arg *arg)
 {
 	Client *c = getnext(clients);
 
-	if(!sel || !c || !getnext(c->next) || (arrange != dotile))
+	if(!sel || !getnext(c->next) || (arrange != dotile))
 		return;
 	if(sel == getnext(clients)) {
 		if(mw + arg->i > sw - 100)