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

Comparing ray/src/px/pcomb.c (file contents):
Revision 2.55 by greg, Mon Feb 6 22:40:21 2023 UTC vs.
Revision 2.56 by greg, Mon Nov 20 21:44:29 2023 UTC

# Line 33 | Line 33 | int    nfiles;                         /* number of input files */
33  
34   VIEW    *commvp = NULL;                 /* common view parameters */
35  
36 < char    ourfmt[LPICFMT+1] = PICFMT;     /* input picture format */
36 > char    ourfmt[MAXFMTLEN] = PICFMT;     /* input picture format */
37  
38   char    StandardInput[] = "<stdin>";
39   char    Command[] = "<Command>";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines