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

Comparing ray/src/px/ra_bmp.c (file contents):
Revision 2.11 by greg, Fri May 20 02:06:39 2011 UTC vs.
Revision 2.12 by greg, Thu Aug 2 18:33:46 2018 UTC

# Line 211 | Line 211 | quiterr(const char *err)
211   static int
212   headline(char *s, void *p)
213   {
214 <        char    fmt[32];
214 >        char    fmt[MAXFMTLEN];
215  
216          if (formatval(fmt, s)) {        /* check if format string */
217                  if (!strcmp(fmt,COLRFMT))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines