security fix: replaced strcpy with safeStrCpy from backend.c
[xboard.git] / common.h
index 4b31719..39745e2 100644 (file)
--- a/common.h
+++ b/common.h
@@ -650,7 +650,9 @@ typedef struct {
     Boolean markers;    /* [HGM] markers   */
 } AppData, *AppDataPtr;
 
-/* [AS] PGN tags (for showing in the game list) */
+/*  PGN tags (for showing in the game list) */
+#define LPUSERGLT_SIZE      64
+
 #define GLT_EVENT           'e'
 #define GLT_SITE            's'
 #define GLT_DATE            'd'