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

Comparing ray/src/px/ra_ps.c (file contents):
Revision 2.6 by greg, Mon Sep 21 12:15:08 1992 UTC vs.
Revision 2.7 by greg, Thu Nov 18 09:55:17 1993 UTC

# Line 82 | Line 82 | char  *argv[];
82                  exit(1);
83          }
84          if (i == argc-2 && freopen(argv[i+1], "w", stdout) == NULL) {
85 <                fprintf(stderr, "can't open output \"%s\"\n",
85 >                fprintf(stderr, "%s: can't open output \"%s\"\n",
86                                  progname, argv[i+1]);
87                  exit(1);
88          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines