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

Comparing ray/src/cv/bsdf2rad.c (file contents):
Revision 2.34 by greg, Fri Jul 20 00:50:40 2018 UTC vs.
Revision 2.35 by greg, Thu Aug 2 18:33:42 2018 UTC

# Line 676 | Line 676 | convert_mgf(const char *mgfdata)
676   static int
677   rbf_headline(char *s, void *p)
678   {
679 <        char    fmt[64];
679 >        char    fmt[MAXFMTLEN];
680  
681          if (formatval(fmt, s)) {
682                  if (strcmp(fmt, BSDFREP_FMT))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines