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

Comparing ray/src/gen/gendaymtx.c (file contents):
Revision 2.16 by greg, Tue Jun 17 21:01:21 2014 UTC vs.
Revision 2.18 by greg, Sun Oct 26 17:37:34 2014 UTC

# Line 88 | Line 88 | static const char RCSid[] = "$Id$";
88   #include "rtmath.h"
89   #include "platform.h"
90   #include "color.h"
91 + #include "resolu.h"
92  
93   char *progname;                                                         /* Program name */
94   char errmsg[128];                                                       /* Error message buffer */
# Line 519 | Line 520 | main(int argc, char *argv[])
520                  printf("NROWS=%d\n", nskypatch);
521                  printf("NCOLS=%d\n", ntsteps);
522                  printf("NCOMP=3\n");
523 <                fputformat(getfmtname(outfmt), stdout);
523 >                fputformat((char *)getfmtname(outfmt), stdout);
524                  putchar('\n');
525          }
526                                          /* patches are rows (outer sort) */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines