mirror of
https://github.com/osmarks/ngircd.git
synced 2025-12-20 21:08:05 +00:00
Enlarged buffer for version string ;-)
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
#include "portab.h"
|
#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 "imp.h"
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
@@ -357,7 +357,7 @@ NGIRCd_Version( VOID )
|
|||||||
GLOBAL CHAR *
|
GLOBAL CHAR *
|
||||||
NGIRCd_VersionAddition( VOID )
|
NGIRCd_VersionAddition( VOID )
|
||||||
{
|
{
|
||||||
STATIC CHAR txt[64];
|
STATIC CHAR txt[200];
|
||||||
|
|
||||||
strcpy( txt, "" );
|
strcpy( txt, "" );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user