]> diplodocus.org Git - nmh/blobdiff - sbr/m_getfld.c
Added l modifier to X printf conversions of wchar_t's.
[nmh] / sbr / m_getfld.c
index e7379dfe81bf83c147f419854df48d6a977f40cf..af44f09a2161ff44d6704ec453901bc79a1008ed 100644 (file)
@@ -222,9 +222,9 @@ static unsigned char *matchc(int, char *, int, char *);
  * separate messages in a maildrop, such as mbox "From ".
  *
  * Some of the tests in the test suite assume a MSG_INPUT_SIZE
- * of 8192.
+ * of 4096.
  */
-#define MSG_INPUT_SIZE (BUFSIZ >= 1024 ? BUFSIZ : 1024)
+#define MSG_INPUT_SIZE 4096
 #define MAX_DELIMITER_SIZE 5
 
 struct m_getfld_state {