summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2003-03-07 14:50:13 +0000
committerAlexander Barton <alex@barton.de>2003-03-07 14:50:13 +0000
commit4a5b3f34a51bf3dd8feabe4f73c13bfd36e261bb (patch)
tree566549bd9e768fd156d40c662cdde09210c049e6 /src
parent7640aa5190450f443aaa6ac8e3dc7a5116679fc8 (diff)
downloadngircd-4a5b3f34a51bf3dd8feabe4f73c13bfd36e261bb.tar.gz
ngircd-4a5b3f34a51bf3dd8feabe4f73c13bfd36e261bb.zip
Enlarged buffer for version string ;-)
Diffstat (limited to 'src')
-rw-r--r--src/ngircd/ngircd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ngircd/ngircd.c b/src/ngircd/ngircd.c
index 68c52829..1166c7b7 100644
--- a/src/ngircd/ngircd.c
+++ b/src/ngircd/ngircd.c
@@ -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, "" );