# | Line 183 | Line 183 | cvcomm( /* convert a command */ | |
---|---|---|
183 | exit(1); | |
184 | } | |
185 | convert(buf, pin); | |
186 | < | if (pclose(pin) != 0) { |
186 | > | if (pclose(pin) != 0) |
187 | fprintf(stderr, | |
188 | < | "%s: (%s): bad status from \"%s\"\n", |
188 | > | "%s: (%s): warning - bad status from \"%s\"\n", |
189 | progname, fname, buf); | |
190 | – | exit(1); |
191 | – | } |
190 | } else | |
191 | printf("\n%s\n", buf); | |
192 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |