JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
applied Sander's patch as well
authorAnselm R.Garbe <arg@10ksloc.org>
Fri, 11 Aug 2006 08:05:53 +0000 (10:05 +0200)
committerAnselm R.Garbe <arg@10ksloc.org>
Fri, 11 Aug 2006 08:05:53 +0000 (10:05 +0200)
client.c

index 8004272..9710989 100644 (file)
--- a/client.c
+++ b/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;