JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
reverting to optimised compiler options, current state seems stable
[dwm.git] / dwm.c
diff --git a/dwm.c b/dwm.c
index d71bb58..5822944 100644 (file)
--- a/dwm.c
+++ b/dwm.c
@@ -1679,7 +1679,7 @@ void
 updategeom(void) {
        int i, n = 1;
        Client *c;
-       Monitor *newmons = NULL, *m, *tm;
+       Monitor *newmons = NULL, *m = NULL, *tm;
 
 #ifdef XINERAMA
        XineramaScreenInfo *info = NULL;