more documentation.
[apps/madmutt.git] / handler.c
index 3d52250..27bfb08 100644 (file)
--- a/handler.c
+++ b/handler.c
@@ -277,7 +277,7 @@ static unsigned char decode_byte(int ch)
 
 static void mutt_decode_uuencoded (STATE * s, long len, int istext, iconv_t cd)
 {
-  char tmps[SHORT_STRING];
+  char tmps[STRING];
   char linelen, c, l, out;
   char *pt;
   char bufi[BUFI_SIZE];