X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/93228ecdb0d9fdbe3bcf579bda4d3339ebf9f717..ffe0615cdabdb2fd43c9cae6aaaf99a8831c2c10:/uip/forwsbr.c?ds=inline diff --git a/uip/forwsbr.c b/uip/forwsbr.c index 355adff2..1f181fdd 100644 --- a/uip/forwsbr.c +++ b/uip/forwsbr.c @@ -47,7 +47,7 @@ build_form (char *form, char *digest, int *dat, char *from, char *to, { int in; int fmtsize, state, char_read = 0; - unsigned i; + int i; 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); - 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))