| # | Line 130 | Line 130 | readoct( /* read in octree file or stream */ | |
|---|---|---|
| 130 | if (inpspec[0] == '!') { | |
| 131 | if (pclose(infp) != 0) { | |
| 132 | sprintf(errmsg, "bad status from \"%s\"", inpspec); | |
| 133 | < | error(USER, errmsg); |
| 133 | > | error(WARNING, errmsg); |
| 134 | } | |
| 135 | } else if (infp != stdin) | |
| 136 | fclose(infp); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |