]> diplodocus.org Git - nmh/blobdiff - sbr/m_getfld.c
Use "mhparam etcdir" instead of hard-coded etc in build_nmh.
[nmh] / sbr / m_getfld.c
index 77dbeda177042841d462a159e23bc9fdffba7ecf..902e9933138fb85221ae4b9d7a01b612c0b74875 100644 (file)
@@ -217,9 +217,9 @@ static 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
  * separate messages in a maildrop, such as mbox "From ".
  *
  * Some of the tests in the test suite assume a MSG_INPUT_SIZE
- * of 4096.
+ * of 8192.
  */
  */
-#define MSG_INPUT_SIZE 4096
+#define MSG_INPUT_SIZE NMH_BUFSIZ
 #define MAX_DELIMITER_SIZE 5
 
 struct m_getfld_state {
 #define MAX_DELIMITER_SIZE 5
 
 struct m_getfld_state {