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

Comparing ray/src/common/instance.c (file contents):
Revision 1.4 by greg, Thu Oct 5 07:54:06 1989 UTC vs.
Revision 1.5 by greg, Fri Oct 13 19:45:50 1989 UTC

# Line 28 | Line 28 | int  flags;
28          char  *pathname;
29          register SCENE  *sc;
30  
31 <        flags &= ~IO_FILES;                     /* not allowed */
31 >        flags &= ~(IO_FILES|IO_INFO);           /* not allowed */
32          for (sc = slist; sc != NULL; sc = sc->next)
33                  if (!strcmp(sname, sc->name)) {
34                          if ((sc->ldflags & flags) == flags)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines