X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fscansbr.c;h=fdfe4cd75ab86ffbafd1b534aa702b1f3a18b4b5;hb=e711cf1c50af5e151a721f6f1690474bc9ef658d;hp=69f385abe7315cbcf2c7c0556564712ac6d0ed86;hpb=6b80b3bb772e2cf9186cf964bf78109b677e1bef;p=mmh diff --git a/uip/scansbr.c b/uip/scansbr.c index 69f385a..fdfe4cd 100644 --- a/uip/scansbr.c +++ b/uip/scansbr.c @@ -67,7 +67,7 @@ int sc_width(void); /* from termsbr.c */ #endif int -scan(FILE *inb, int innum, int outnum, char *nfs, int width, int curflg, +scan(FILE *inb, int innum, int outnum, char *fmtstr, int width, int curflg, int unseen) { int i, compnum, state; @@ -101,7 +101,7 @@ scan(FILE *inb, int innum, int outnum, char *nfs, int width, int curflg, umask(~m_gmprot()); /* Compile format string */ - ncomps = fmt_compile(nfs, &fmt) + 1; + ncomps = fmt_compile(fmtstr, &fmt) + 1; FINDCOMP(bodycomp, "body"); FINDCOMP(datecomp, "date"); @@ -328,7 +328,7 @@ finished: if (bodycomp) bodycomp->c_text = saved_c_text; - if (nfs) + if (fmtstr) fputs(scanl, stdout); /* return dynamically allocated buffers to pool */