]> diplodocus.org Git - nmh/blobdiff - uip/forwsbr.c
Update instruction output to be a bit more cleaner
[nmh] / uip / forwsbr.c
index 86255857cecac7d9b85050485118fab8e7700d61..1f181fdd5866a18ee3f07100c9673c47da492e5c 100644 (file)
@@ -178,7 +178,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))