$OpenBSD: patch-gkrellmms_c,v 1.2 2015/06/26 18:25:54 ajacoutot Exp $
--- gkrellmms.c.orig	Fri Jan 21 18:02:17 2005
+++ gkrellmms.c	Fri Jun 26 20:12:28 2015
@@ -647,7 +647,7 @@ set_x_position(gint x, gchar *anchor)
 static void
 button_position(ControlButton *button, gchar *name)
 	{
-	gchar	*s, anchor[8];
+	gchar	*s, anchor[9];
 	gint	x, w, h;
 
 	if ((s = gkrellm_get_gkrellmrc_string(name)) != NULL)
@@ -671,7 +671,7 @@ button_position(ControlButton *button, gchar *name)
 static void
 decal_position(GkrellmDecal *decal, gchar *name, gboolean text)
 	{
-	gchar	*s, anchor[8];
+	gchar	*s, anchor[9];
 	gint	x, y;
 
 	anchor[0] = 'l';
