| # | Line 11 | Line 11 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 11 | #include <time.h> | |
| 12 | ||
| 13 | #include "platform.h" | |
| 14 | – | #include "paths.h" |
| 14 | #include "standard.h" | |
| 15 | #include "octree.h" | |
| 16 | #include "object.h" | |
| # | Line 127 | 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) |