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

Comparing ray/src/px/x11image.c (file contents):
Revision 2.74 by greg, Fri May 20 02:06:39 2011 UTC vs.
Revision 2.75 by greg, Tue Aug 16 18:09:53 2011 UTC

# Line 421 | Line 421 | quiterr(               /* print message and exit */
421          register int  es;
422          int  cs;
423  
424 <        if ( (es = err != NULL) )
424 >        if ( (es = (err != NULL)) )
425                  fprintf(stderr, "%s: %s: %s\n", progname,
426                                  fname==NULL?"<stdin>":fname, err);
427          if (thedisplay != NULL)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines