X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=dwm.c;h=e0a6286251107fc03e005d7a781a81843dba1131;hp=66193ef0cc5d408c740e34f2a928580dd158e693;hb=38e9b67026003fdce065ec220d2195232c881538;hpb=a3bbdb1b7bb30d3f11c24bf74414ee11f745688d diff --git a/dwm.c b/dwm.c index 66193ef..e0a6286 100644 --- a/dwm.c +++ b/dwm.c @@ -1632,7 +1632,7 @@ updatebarpos(Monitor *m) { void updategeom(void) { - int i, n; + int i, n = 1; Client *c; Monitor *newmons = NULL, *m;