From 0b7385ca769b0d39d4506dc8d800dd192afe5673 Mon Sep 17 00:00:00 2001 From: "Zephaniah E. Hull" Date: Tue, 15 Aug 2000 02:41:36 +0000 Subject: [PATCH] We need a slightly larger MAX_INFO_STRING, boosted to 512. --- include/info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/info.h b/include/info.h index a9f26f0..b396153 100644 --- a/include/info.h +++ b/include/info.h @@ -29,7 +29,7 @@ #ifndef _INFO_H #define _INFO_H -#define MAX_INFO_STRING 196 +#define MAX_INFO_STRING 512 #define MAX_SERVERINFO_STRING 512 #define MAX_LOCALINFO_STRING 32768