We need a slightly larger MAX_INFO_STRING, boosted to 512.

This commit is contained in:
Zephaniah E. Hull 2000-08-15 02:41:36 +00:00
parent 5385056a9e
commit 0b7385ca76

View file

@ -29,7 +29,7 @@
#ifndef _INFO_H #ifndef _INFO_H
#define _INFO_H #define _INFO_H
#define MAX_INFO_STRING 196 #define MAX_INFO_STRING 512
#define MAX_SERVERINFO_STRING 512 #define MAX_SERVERINFO_STRING 512
#define MAX_LOCALINFO_STRING 32768 #define MAX_LOCALINFO_STRING 32768