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

Comparing ray/src/px/ra_tiff.c (file contents):
Revision 2.16 by gwlarson, Thu Oct 8 11:21:52 1998 UTC vs.
Revision 2.17 by gwlarson, Tue Oct 27 09:08:27 1998 UTC

# Line 360 | Line 360 | char   *s;
360                          SET(C_XYZE);
361                  else
362                          quiterr("unrecognized input picture format");
363 <                return;
363 >                return(1);
364          }
365          if (isexpos(s)) {
366                  cvts.stonits /= exposval(s);
367 <                return;
367 >                return(1);
368          }
369          if (isaspect(s)) {
370                  cvts.pixrat *= aspectval(s);
371 <                return;
371 >                return(1);
372          }
373          if (isprims(s)) {
374                  primsval(cvts.prims, s);
375                  SET(C_PRIM);
376 <                return;
376 >                return(1);
377          }
378 +        return(0);
379   }
380  
381  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines