X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Frcvtty.c;fp=uip%2Frcvtty.c;h=99ae680602871039123f49574cd56cf45b789fa0;hb=a0b824f146a18ad99633addede9e81a470d4cb59;hp=86066ed58fcc59352e2898c90d57906c94b8a73d;hpb=2d48b455c303a807041c35e4248955f8bec59eeb;p=mmh diff --git a/uip/rcvtty.c b/uip/rcvtty.c index 86066ed..99ae680 100644 --- a/uip/rcvtty.c +++ b/uip/rcvtty.c @@ -292,7 +292,7 @@ header_fd(void) rewind(stdin); /* get new format string */ - nfs = new_fs(form, format, SCANFMT); + nfs = new_fs(form, format, NULL, SCANFMT); scan(stdin, 0, 0, nfs, width, 0, 0, NULL, 0L, 0); if (newline) write(fd, "\n\r", 2);