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

Comparing ray/src/px/ra_avs.c (file contents):
Revision 2.5 by greg, Wed Oct 27 09:37:37 1993 UTC vs.
Revision 2.6 by greg, Thu Nov 18 09:55:29 1993 UTC

# Line 65 | Line 65 | char  *argv[];
65                  exit(1);
66          }
67          if (i == argc-2 && freopen(argv[i+1], "w", stdout) == NULL) {
68 <                fprintf(stderr, "can't open output \"%s\"\n",
68 >                fprintf(stderr, "%s: can't open output \"%s\"\n",
69                                  progname, argv[i+1]);
70                  exit(1);
71          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines