Enlarged buffer for version string ;-)

This commit is contained in:
Alexander Barton 2003-03-07 14:50:13 +00:00
parent 7640aa5190
commit 4a5b3f34a5
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
#include "portab.h"
static char UNUSED id[] = "$Id: ngircd.c,v 1.73 2003/03/07 14:35:52 alex Exp $";
static char UNUSED id[] = "$Id: ngircd.c,v 1.74 2003/03/07 14:50:13 alex Exp $";
#include "imp.h"
#include <assert.h>
@ -357,7 +357,7 @@ NGIRCd_Version( VOID )
GLOBAL CHAR *
NGIRCd_VersionAddition( VOID )
{
STATIC CHAR txt[64];
STATIC CHAR txt[200];
strcpy( txt, "" );