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

Comparing ray/src/px/ximage.c (file contents):
Revision 1.3 by greg, Tue Apr 11 17:09:13 1989 UTC vs.
Revision 1.4 by greg, Tue Apr 18 11:07:12 1989 UTC

# Line 170 | Line 170 | userr:
170   headline(s)             /* get relevant info from header */
171   char  *s;
172   {
173 <        static char  *altname[] = {"rview","rpict","VIEW=",NULL};
173 >        static char  *altname[] = {"rview","rpict",VIEWSTR,NULL};
174          register char  **an;
175  
176          if (!strncmp(s, "EXPOSURE=", 9))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines