]> diplodocus.org Git - nmh/blobdiff - uip/forwsbr.c
Finished replacing mh_strcasecmp() with strcasecmp(). Removed
[nmh] / uip / forwsbr.c
index 7c480e25000cb9ecf953bda228c605446aca5262..48fecb179a6b05f50463e004bf499c2988ff435c 100644 (file)
@@ -181,7 +181,7 @@ finished:
        adios ("dup", "unable to");
 
     line = mh_xmalloc ((unsigned) fmtsize);
-    fmt_scan (fmt, line, fmtsize - 1, fmtsize, dat);
+    fmt_scan (fmt, line, fmtsize - 1, fmtsize, dat, NULL);
     fputs (line, tmp);
     free (line);
     if (fclose (tmp))