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

Comparing ray/src/util/rcollate.c (file contents):
Revision 2.14 by greg, Sat May 31 19:21:21 2014 UTC vs.
Revision 2.15 by greg, Tue Jul 8 16:39:41 2014 UTC

# Line 575 | Line 575 | main(int argc, char *argv[])
575                  return(0);
576          }
577          if (i_header) {                         /* read header */
578 <                if (getheader(stdin, &headline, NULL) < 0)
578 >                if (getheader(stdin, headline, NULL) < 0)
579                          return(1);
580                  if (!check_sizes())
581                          return(1);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines