| # | Line 63 | Line 63 | readobj( /* read in an object file or stream */ | |
|---|---|---|
| 63 | } | |
| 64 | if (inpspec[0] == '!') | |
| 65 | pclose(infp); | |
| 66 | < | else |
| 66 | > | else if (infp != stdin) |
| 67 | fclose(infp); | |
| 68 | if (nobjects == lastobj) { | |
| 69 | sprintf(errmsg, "(%s): empty file", inpspec); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |