summaryrefslogtreecommitdiffstats
path: root/mbbsd/stuff.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/stuff.c')
-rw-r--r--mbbsd/stuff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/stuff.c b/mbbsd/stuff.c
index 3b79de9a..c9109601 100644
--- a/mbbsd/stuff.c
+++ b/mbbsd/stuff.c
@@ -290,7 +290,7 @@ vmsg(const char *msg)
int
vmsgf(const char *fmt,...)
{
- char msg[256];
+ char msg[512];
va_list ap;
va_start(ap, fmt);
vsnprintf(msg, sizeof(msg), fmt, ap);