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

Comparing ray/src/px/protate.c (file contents):
Revision 1.3 by greg, Thu Jan 18 23:58:15 1990 UTC vs.
Revision 1.4 by greg, Thu Jan 25 08:28:35 1990 UTC

# Line 45 | Line 45 | char   *argv[];
45                  exit(1);
46          }
47                                          /* copy header */
48 <        while (fgets(buf, sizeof(buf), fin) != NULL && buf[0] != '\n')
49 <                fputs(buf, stdout);
48 >        copyheader(fin, stdout);
49                                          /* add new header info. */
50          printf("%s\n\n", progname);
51                                          /* get picture size */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines