| # | Line 59 | Line 59 | char *ofn[]; | |
|---|---|---|
| 59 | getheader(infp, NULL); | |
| 60 | /* check format */ | |
| 61 | if (getint(2) != OCTMAGIC) | |
| 62 | < | octerror(USER, "bad octree"); |
| 62 | > | octerror(USER, "invalid octree format"); |
| 63 | /* get boundaries */ | |
| 64 | if (load & IO_BOUNDS) { | |
| 65 | for (i = 0; i < 3; i++) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |