]> diplodocus.org Git - nmh/blobdiff - uip/forwsbr.c
Replace `a == b ? 1 : 0' and similar with `a == b'.
[nmh] / uip / forwsbr.c
index 2a7347ab9835c49eb239d8a647860c634e715978..f6104d2393df8f11d06bcc610d79ee08be503c7d 100644 (file)
@@ -16,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)
 
 /*