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

Comparing ray/src/px/ra_skel.c (file contents):
Revision 2.7 by greg, Wed Oct 27 09:37:35 1993 UTC vs.
Revision 2.8 by greg, Thu Nov 18 09:55:24 1993 UTC

# Line 74 | Line 74 | char  *argv[];
74                  exit(1);
75          }
76          if (i == argc-2 && freopen(argv[i+1], "w", stdout) == NULL) {
77 <                fprintf(stderr, "can't open output \"%s\"\n",
77 >                fprintf(stderr, "%s: can't open output \"%s\"\n",
78                                  progname, argv[i+1]);
79                  exit(1);
80          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines