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

Comparing ray/src/px/ra_tiff.c (file contents):
Revision 2.4 by greg, Mon Jul 12 12:41:18 1993 UTC vs.
Revision 2.5 by greg, Thu Nov 18 09:55:26 1993 UTC

# Line 145 | Line 145 | char   *inpf, *outf;
145          fputs(" -r\n", stdout);
146          fputformat(COLRFMT, stdout);
147          putchar('\n');
148 <        fprtresolu(xmax, ymax, stdout);
148 >        fprtresolu((int)xmax, (int)ymax, stdout);
149                                                  /* convert image */
150          if (nsamps == 1)
151                  pconfig = 1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines