]> diplodocus.org Git - nmh/blobdiff - sbr/m_getfld.c
Another pass at cleaning up (some of) the manpages.
[nmh] / sbr / m_getfld.c
index 902e9933138fb85221ae4b9d7a01b612c0b74875..b09605474e44d88d4f83970585a107dd3bfaa31d 100644 (file)
@@ -825,7 +825,7 @@ m_unknown(m_getfld_state_t *gstate, FILE *iob)
      * separator) or the last char (since the matchc would have found it
      * if it was a real delim).
      */
      * separator) or the last char (since the matchc would have found it
      * if it was a real delim).
      */
-    s->pat_map = (char **) calloc (256, sizeof(char *));
+    s->pat_map = (char **) mh_xcalloc (256, sizeof(char *));
 
     for (cp = s->fdelim + 1; cp < s->delimend; cp++ )
        s->pat_map[(unsigned char)*cp] = cp;
 
     for (cp = s->fdelim + 1; cp < s->delimend; cp++ )
        s->pat_map[(unsigned char)*cp] = cp;