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.76 by greg, Thu Aug 2 18:33:48 2018 UTC

# Line 283 | Line 283 | headline(              /* get relevant info from header */
283          void    *p
284   )
285   {
286 <        char  fmt[32];
286 >        char  fmt[MAXFMTLEN];
287  
288          if (isexpos(s))
289                  exposure *= exposval(s);
# 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