scan(): Replaced explicit noisy parameter with implicit nfs check.
[mmh] / uip / scansbr.c
index 1c68bc2..69f385a 100644 (file)
@@ -68,7 +68,7 @@ int sc_width(void);  /* from termsbr.c */
 
 int
 scan(FILE *inb, int innum, int outnum, char *nfs, int width, int curflg,
-       int unseen, int noisy)
+       int unseen)
 {
        int i, compnum, state;
        unsigned char *cp, *tmpbuf;
@@ -328,7 +328,7 @@ finished:
        if (bodycomp)
                bodycomp->c_text = saved_c_text;
 
-       if (noisy)
+       if (nfs)
                fputs(scanl, stdout);
 
        /* return dynamically allocated buffers to pool */