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

Comparing ray/src/common/modobject.c (file contents):
Revision 2.4 by greg, Sun Dec 15 15:45:17 1996 UTC vs.
Revision 2.5 by gwlarson, Tue Aug 11 09:54:34 1998 UTC

# Line 33 | Line 33 | register OBJREC  *op;
33  
34          for (i = nobjects>>6; i >= 0; i--) {
35                  j = op - objblock[i];
36 <                if (j >= 0 && j < 077)
36 >                if (j >= 0 && j < 0100)
37                          return((i<<6) + j);
38          }
39          return(OVOID);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines