ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/readoct.c
(Generate patch)

Comparing ray/src/common/readoct.c (file contents):
Revision 1.8 by greg, Thu Sep 6 23:32:45 1990 UTC vs.
Revision 1.9 by greg, Mon Sep 10 10:01:21 1990 UTC

# Line 104 | Line 104 | char  *ofn[];
104          if (load & IO_SCENE) {
105                                          /* check object count */
106                  if (nobjects != objorig+fnobjects)
107 <                        octerror(USER, "bad object count -- stale octree?");
107 >                        octerror(USER, "bad object count; octree stale?");
108                                          /* check for non-surfaces */
109                  if (nonsurfinset(objorig, fnobjects))
110 <                        octerror(USER, "non-surface in set -- stale octree?");
110 >                        octerror(USER, "non-surface in set; octree stale?");
111          }
112          return(nf);
113   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines