aboutsummaryrefslogtreecommitdiffstats
path: root/sink.c
diff options
context:
space:
mode:
Diffstat (limited to 'sink.c')
-rw-r--r--sink.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sink.c b/sink.c
index 369ab024..aee27f7e 100644
--- a/sink.c
+++ b/sink.c
@@ -1468,7 +1468,8 @@ va_dcl
#endif
/* format and ship a warning message line by mail */
{
- char buf[MSGBUFSIZE+4];
+ /* make huge -- i18n can bulk up error messages a lot */
+ char buf[2*MSGBUFSIZE+4];
va_list ap;
/*