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

Comparing ray/src/hd/rholo3.c (file contents):
Revision 3.7 by gregl, Wed Nov 19 17:05:16 1997 UTC vs.
Revision 3.8 by gregl, Thu Nov 20 11:39:57 1997 UTC

# Line 116 | Line 116 | int    nents;
116          default:
117                  error(CONSISTENCY, "bundle_set called with unknown operation");
118          }
119 +        if (outdev == NULL)
120 +                return;
121          n = RPACKSIZ;                           /* allocate packet holder */
122          for (i = 0; i < nents; i++)
123                  if (clist[i].nr > n)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines