X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0bfb53a23531bea3aaeadcd1a6f6c372eef96612..25b5d3aa852eb145beea1d3abcbe57e75f2e59a7:/uip/ap.c?ds=sidebyside diff --git a/uip/ap.c b/uip/ap.c index 105c3fe4..c42d732c 100644 --- a/uip/ap.c +++ b/uip/ap.c @@ -198,7 +198,7 @@ process (char *arg, int length, int norm) p->pq_error = NULL; } - fmt_scan (fmt, buffer, sizeof buffer - 1, length, dat); + fmt_scan (fmt, buffer, sizeof buffer - 1, length, dat, NULL); fputs (buffer, stdout); if (p->pq_text)