Fixed typo in mhn.man.
[mmh] / uip / forwsbr.c
old mode 100755 (executable)
new mode 100644 (file)
index 79dfd10..9abf20d
@@ -191,7 +191,7 @@ finished:
        adios ("dup", "unable to");
 
     line = mh_xmalloc ((unsigned) fmtsize);
-    fmt_scan (fmt, line, fmtsize, dat);
+    fmt_scan (fmt, line, fmtsize - 1, fmtsize, dat);
     fputs (line, tmp);
     free (line);
     if (fclose (tmp))