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

Comparing ray/src/rt/x10.c (file contents):
Revision 2.4 by greg, Fri Sep 9 15:10:25 1994 UTC vs.
Revision 2.5 by greg, Tue Sep 20 15:50:00 1994 UTC

# Line 88 | Line 88 | char  *name, *id;
88                  return(NULL);
89          }
90                                  /* make color map */
91 <        if ((gv = getenv("GAMMA")) != NULL)
91 >        if ((gv = getenv("DISPLAY_GAMMA")) != NULL)
92                  make_gmap(atof(gv));
93          else
94                  make_gmap(GAMMA);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines