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

Comparing ray/src/px/normtiff.c (file contents):
Revision 3.13 by greg, Fri May 20 02:06:39 2011 UTC vs.
Revision 3.14 by greg, Thu Aug 2 18:33:43 2018 UTC

# Line 39 | Line 39 | short  ortab[8] = {            /* orientation conversion table */
39  
40   typedef struct {
41          FILE    *fp;            /* file pointer */
42 <        char    fmt[32];        /* picture format */
42 >        char    fmt[MAXFMTLEN]; /* picture format */
43          double  pa;             /* pixel aspect ratio */
44          RESOLU  rs;             /* picture resolution */
45   } PICTURE;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines