From: Anselm R Garbe Date: Wed, 28 May 2008 09:45:18 +0000 (+0100) Subject: core dump fix in cleanup X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=e1002745fa4e2649d1f166f652c6c41ccfaaca9b core dump fix in cleanup --- diff --git a/dwm.c b/dwm.c index d8f5352..4847a88 100644 --- a/dwm.c +++ b/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)