[NeoStats-Devel] [Commits] r2616 - trunk/include
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: Mark Date: Mon May 23 05:10:22 2005 New Revision: 2616 Modified: trunk/include/neostats.h Log: fix ip len Modified: trunk/include/neostats.h ============================================================================== --- trunk/include/neostats.h (original) +++ trunk/include/neostats.h Mon May 23 05:10:22 2005 @@ -376,7 +376,7 @@ #define MAXTOPICLEN (307 + 1) #define CLOAKKEYLEN (40 + 1) -#define HOSTIPLEN 15 /* Size of IP address in dotted quad */ +#define HOSTIPLEN ( 15 + 1 ) /* Size of IP address in dotted quad */ /* Size of nick!user@host mask */ #define USERHOSTLEN (MAXNICK + MAXHOST + MAXUSER + 5)