]> diplodocus.org Git - nmh/blobdiff - uip/forwsbr.c
Update instruction output to be a bit more cleaner
[nmh] / uip / forwsbr.c
index 355adff2fc40ec596ed7db09d3dc8d49a330928c..1f181fdd5866a18ee3f07100c9673c47da492e5c 100644 (file)
@@ -47,7 +47,7 @@ build_form (char *form, char *digest, int *dat, char *from, char *to,
 {
     int        in;
     int fmtsize, state, char_read = 0;
 {
     int        in;
     int fmtsize, state, char_read = 0;
-    unsigned i;
+    int i;
     register char *nfs;
     char *line, tmpfil[BUFSIZ], name[NAMESZ], **ap;
     FILE *tmp;
     register char *nfs;
     char *line, tmpfil[BUFSIZ], name[NAMESZ], **ap;
     FILE *tmp;
@@ -178,7 +178,7 @@ finished:
        adios ("dup", "unable to");
 
     line = mh_xmalloc ((unsigned) fmtsize);
        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))
     fputs (line, tmp);
     free (line);
     if (fclose (tmp))