]> diplodocus.org Git - nmh/blobdiff - uip/mhcachesbr.c
Use existing macros min() and max() more.
[nmh] / uip / mhcachesbr.c
index a2fad2c9087b9d54b4450ef3f3b345cfcb5bf097..fe4f4790d5352a92f9b3398609b764793bb5d4b6 100644 (file)
@@ -1,6 +1,4 @@
-
-/*
- * mhcachesbr.c -- routines to manipulate the MIME content cache
+/* mhcachesbr.c -- routines to manipulate the MIME content cache
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
@@ -368,7 +366,7 @@ static int
 find_cache_aux2 (char *mapfile, char *id, char *mapname, int namelen)
 {
     int        state;
-    char buf[BUFSIZ], name[NAMESZ];
+    char buf[NMH_BUFSIZ], name[NAMESZ];
     FILE *fp;
     m_getfld_state_t gstate = 0;
     int failed_to_lock = 0;