]> diplodocus.org Git - nmh/blobdiff - uip/scansbr.c
Make many m_getfld() buffer parameters NMH_BUFSIZ big.
[nmh] / uip / scansbr.c
index ce29fa8bc365f0471ee42611b914e27e567b1a14..c7979b649748897ca69b766a7a0a2923809978ea 100644 (file)
@@ -19,7 +19,7 @@
  * the entire message body when we're only going to display 30
  * characters of it.
  */
-#define SBUFSIZ 512
+#define SBUFSIZ NMH_BUFSIZ
 
 static struct format *fmt;
 static struct comp *datecomp;          /* pntr to "date" comp             */