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 2.2 by greg, Mon Apr 25 09:32:36 1994 UTC vs.
Revision 2.3 by greg, Wed Feb 1 09:52:34 1995 UTC

# Line 67 | Line 67 | char   *argv[];
67                  exit(1);
68          }
69                                          /* add new header info. */
70 <        printf("%s\n\n", progname);
70 >        printf("%s%s\n\n", progname, correctorder?" -c":"");
71                                          /* get picture size */
72          if ((order = fgetresolu(&xres, &yres, fin)) < 0) {
73                  fprintf(stderr, "%s: bad picture size\n", progname);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines