--- ray/src/common/readoct.c 1989/03/22 09:53:46 1.4 +++ ray/src/common/readoct.c 1989/04/23 19:38:51 1.5 @@ -59,7 +59,7 @@ char *ofn[]; getheader(infp, NULL); /* check format */ if (getint(2) != OCTMAGIC) - octerror(USER, "bad octree"); + octerror(USER, "invalid octree format"); /* get boundaries */ if (load & IO_BOUNDS) { for (i = 0; i < 3; i++)