| # | Line 424 | Line 424 | rmx_load(const char *inspec) | |
|---|---|---|
| 424 | ||
| 425 | if (fp != stdin) { /* close input stream */ | |
| 426 | if (inspec[0] == '!') | |
| 427 | < | pclose(fp); |
| 427 | > | ok &= pclose(fp)==0; |
| 428 | else | |
| 429 | fclose(fp); | |
| 430 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |