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.56 by greg, Tue Jun 3 21:31:51 2025 UTC vs.
Revision 2.57 by greg, Fri Jun 20 16:29:02 2025 UTC

# Line 632 | Line 632 | isview(                                        /* is this a view string? */
632   char  *s
633   )
634   {
635 <        static char  *altname[]={NULL,VIEWSTR,"rpict","rview","rvu","rpiece","pinterp",NULL};
635 >        static char  *altname[]={NULL,VIEWSTR,"rpict","rvu","rpiece","rxpiece","pinterp","rview",NULL};
636          char  *cp;
637          char  **an;
638                                          /* add program name to list */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines