X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/77bd4fc7347961a3436393f4de70b0acca475ecc..01b844b7e61d6537be3f75acc1a747ed4fda206f:/uip/whatnowsbr.c diff --git a/uip/whatnowsbr.c b/uip/whatnowsbr.c index 68c534eb..6c82e24d 100644 --- a/uip/whatnowsbr.c +++ b/uip/whatnowsbr.c @@ -1,6 +1,4 @@ - -/* - * whatnowsbr.c -- the WhatNow shell +/* whatnowsbr.c -- the WhatNow shell * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for @@ -1313,7 +1311,7 @@ checkmimeheader (char *drft) { FILE *f; m_getfld_state_t gstate = 0; - char buf[BUFSIZ], name[NAMESZ]; + char buf[NMH_BUFSIZ], name[NAMESZ]; int state, retval = 0; if ((f = fopen(drft, "r")) == NULL) {