Commit e100274

Anselm R Garbe <garbeam@gmail.com>
2008-05-28 05:45:18
core dump fix in cleanup
1 parent 940a4cc
Changed files (1)
dwm.c
@@ -357,7 +357,7 @@ checkotherwm(void) {
 void
 cleanup(void) {
 	close(STDIN_FILENO);
-	view(NULL);
+	view((uint[]){~0});
 	while(stack)
 		unmanage(stack);
 	if(dc.font.set)