aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
diff options
context:
space:
mode:
Diffstat (limited to 'FICS')
-rw-r--r--FICS/comproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/comproc.c b/FICS/comproc.c
index b11f564..77c8f65 100644
--- a/FICS/comproc.c
+++ b/FICS/comproc.c
@@ -391,7 +391,7 @@ FindPlayer(int p, char *name, int *p1, int *connected)
PRIVATE void
com_stats_andify(int *numbers, int p_howmany, char *dest, size_t dsize)
{
- char tmp[10] = { '\0' };
+ char tmp[40] = { '\0' };
*dest = '\0';