Kaynağa Gözat

core dump fix in cleanup

Anselm R Garbe 17 yıl önce
ebeveyn
işleme
e1002745fa
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      dwm.c

+ 1 - 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)