From: Mikael Magnusson Date: Fri, 1 Jun 2007 21:36:16 +0000 (+0000) Subject: i think this would overflow? X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=3c4e59d59733fb72e5b5f089b3eaabbee8ff9e7e;p=chaz%2Fopenbox i think this would overflow? --- diff --git a/openbox/client.c b/openbox/client.c index c7a6f0e2..e10ce1dd 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -2310,7 +2310,7 @@ static void client_change_wm_state(ObClient *self) static void client_change_state(ObClient *self) { - gulong netstate[11]; + gulong netstate[12]; guint num; num = 0;