diff --git a/WINGs/wcolorpanel.c b/WINGs/wcolorpanel.c index 561c0760..a84b2d7e 100644 --- a/WINGs/wcolorpanel.c +++ b/WINGs/wcolorpanel.c @@ -2645,7 +2645,7 @@ static void hsbTextFieldCallback(void *observerData, WMNotification * notificati { CPColor cpColor; int value[3]; - char tmp[4]; + char tmp[12]; /* We only 4 bytes needed, but compilers cannot know that */ int n; W_ColorPanel *panel = (W_ColorPanel *) observerData;