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

Comparing ray/src/common/image.c (file contents):
Revision 2.22 by schorsch, Fri Nov 14 17:22:06 2003 UTC vs.
Revision 2.23 by greg, Wed Nov 26 19:16:23 2003 UTC

# Line 490 | Line 490 | int
490   isview(s)                               /* is this a view string? */
491   char  *s;
492   {
493 <        static char  *altname[]={NULL,VIEWSTR,"rpict","rview","pinterp",NULL};
493 >        static char  *altname[]={NULL,VIEWSTR,"rpict","rview","rpiece","pinterp",NULL};
494          extern char  *progname;
495          register char  *cp;
496          register char  **an;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines