Explorar el Código

applied Sander's patch as well

Anselm R.Garbe hace 19 años
padre
commit
895902b57a
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      client.c

+ 1 - 2
client.c

@@ -467,8 +467,7 @@ zoom(Arg *arg)
 	}
 
 	/* pop */
-	if(sel->prev)
-		sel->prev->next = sel->next;
+	sel->prev->next = sel->next;
 	if(sel->next)
 		sel->next->prev = sel->prev;
 	sel->prev = NULL;