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

Comparing ray/src/common/tmapcolrs.c (file contents):
Revision 3.6 by gwlarson, Thu Oct 22 13:53:19 1998 UTC vs.
Revision 3.7 by gwlarson, Tue Oct 27 09:16:53 1998 UTC

# Line 146 | Line 146 | register struct radhead        *rh;
146                          rh->format = FMTCIE;
147                  else
148                          rh->format = FMTBAD;
149 <                return;
149 >                return(0);
150          }
151          if (isexpos(s)) {
152                  rh->expos *= exposval(s);
153 <                return;
153 >                return(0);
154          }
155          if (isprims(s)) {
156                  primsval(rh->mypri, s);
157                  rh->primp = rh->mypri;
158 <                return;
158 >                return(0);
159          }
160 +        return(0);
161   }
162  
163  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines