]> diplodocus.org Git - nmh/blobdiff - uip/forwsbr.c
Replace `a == b ? 1 : 0' and similar with `a == b'.
[nmh] / uip / forwsbr.c
index f239c8212e93bb34777833077dd15a3900ad94bd..f6104d2393df8f11d06bcc610d79ee08be503c7d 100644 (file)
@@ -1,5 +1,4 @@
-/*
- * forwsbr.c -- subroutine to build a draft from a component file
+/* forwsbr.c -- subroutine to build a draft from a component file
  *
  * This code is Copyright (c) 2012, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
@@ -17,7 +16,7 @@
  * in reasonable chunks but not enough to slurp in the whole message
  */
 
-static char msgbuf[256];
+static char msgbuf[NMH_BUFSIZ];
 #define COMPFREE(c) mh_xfree(c->c_text)
 
 /*