]> diplodocus.org Git - nmh/blobdiff - uip/whatnowsbr.c
Added warning about when post(1) can't refile(1) a draft.
[nmh] / uip / whatnowsbr.c
index aba965b41e738edf84d00a5f3954a3ff7ae33afa..6c82e24dd1c445c52248d715f4199b6a9d42d85e 100644 (file)
@@ -1,5 +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
@@ -1312,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) {