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

Comparing ray/src/common/bsdf.c (file contents):
Revision 2.4 by greg, Sat Jul 3 05:28:05 2010 UTC vs.
Revision 2.5 by greg, Sun Aug 1 22:26:37 2010 UTC

# Line 308 | Line 308 | load_bsdf_data(                /* load BSDF distribution for this wa
308                  sdata++;
309          if (*sdata) {
310                  sprintf(errmsg, "%d extra characters after BSDF ScatteringData",
311 <                                strlen(sdata));
311 >                                (int)strlen(sdata));
312                  error(WARNING, errmsg);
313          }
314   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines