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

Comparing ray/src/util/glareval.c (file contents):
Revision 2.2 by greg, Sun Jun 21 17:52:58 1992 UTC vs.
Revision 2.3 by greg, Tue Sep 21 10:53:45 1993 UTC

# Line 292 | Line 292 | open_pict(fn)                  /* open picture file */
292   char    *fn;
293   {
294          if ((pictfp = fopen(fn, "r")) == NULL) {
295 <                fprintf("%s: cannot open\n", fn);
295 >                fprintf(stderr, "%s: cannot open\n", fn);
296                  exit(1);
297          }
298          exposure = 1.0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines