X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/eb9d95f038fd0268a821ab332df24ce2592b7482..17b9beb40640e8731143f61e3b94756f3e77d20c:/uip/forwsbr.c diff --git a/uip/forwsbr.c b/uip/forwsbr.c index 7c480e25..48fecb17 100644 --- a/uip/forwsbr.c +++ b/uip/forwsbr.c @@ -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))