| # | Line 126 | Line 126 | readoct( /* read in octree file or stream */ | |
|---|---|---|
| 126 | } | |
| 127 | } | |
| 128 | /* close the input */ | |
| 129 | < | if (inpspec[0] == '!') { |
| 129 | > | if (infn[0] == '!') { |
| 130 | if (pclose(infp) != 0) { | |
| 131 | sprintf(errmsg, "bad status from \"%s\"", inpspec); | |
| 132 | error(WARNING, errmsg); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |