# | Line 209 | Line 209 | filter( /* process stream */ | |
---|---|---|
209 | filter(pfp, buf); | |
210 | if (pclose(pfp) != 0) { | |
211 | sprintf(errmsg, "bad status from \"%s\"", buf); | |
212 | < | error(USER, errmsg); |
212 | > | error(WARNING, errmsg); |
213 | } | |
214 | } else { /* object */ | |
215 | ungetc(c, infp); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |