Increase buffer size in AboutProc() to accommodate for larger text.
[xboard.git] / xboard.c
index 84e0aec..8a828ae 100644 (file)
--- a/xboard.c
+++ b/xboard.c
@@ -6663,7 +6663,7 @@ BookProc (Widget w, XEvent *event, String *prms, Cardinal *nprms)
 void
 AboutProc (Widget w, XEvent *event, String *prms, Cardinal *nprms)
 {
-    char buf[MSG_SIZ];
+    char buf[2 * MSG_SIZ];
 #if ZIPPY
     char *zippy = _(" (with Zippy code)");
 #else