]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Enlarged buffer for version string ;-)
authorAlexander Barton <alex@barton.de>
Fri, 7 Mar 2003 14:50:13 +0000 (14:50 +0000)
committerAlexander Barton <alex@barton.de>
Fri, 7 Mar 2003 14:50:13 +0000 (14:50 +0000)
src/ngircd/ngircd.c

index 68c5282917c323b2cb032659b0683a521809411e..1166c7b74881ade1349e508fc1cb578b04c534d8 100644 (file)
@@ -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 <assert.h>
 
 #include "imp.h"
 #include <assert.h>
@@ -357,7 +357,7 @@ NGIRCd_Version( VOID )
 GLOBAL CHAR *
 NGIRCd_VersionAddition( VOID )
 {
 GLOBAL CHAR *
 NGIRCd_VersionAddition( VOID )
 {
-       STATIC CHAR txt[64];
+       STATIC CHAR txt[200];
 
        strcpy( txt, "" );
 
 
        strcpy( txt, "" );