diff options
Diffstat (limited to 'modules/m_stats.c')
-rw-r--r-- | modules/m_stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_stats.c b/modules/m_stats.c index 56336c3..b6e56bb 100644 --- a/modules/m_stats.c +++ b/modules/m_stats.c @@ -82,7 +82,7 @@ report_confitem_types(struct Client *source_p, enum maskitem_type type) dlink_node *ptr = NULL; struct MaskItem *conf = NULL; const struct shared_flags *shared = NULL; - char buf[12]; + char buf[IRCD_BUFSIZE]; char *p = NULL; switch (type) |