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

Comparing ray/src/rt/data.c (file contents):
Revision 2.32 by greg, Tue Mar 22 03:56:17 2016 UTC vs.
Revision 2.33 by greg, Thu Aug 2 18:33:48 2018 UTC

# Line 149 | Line 149 | headaspect(                    /* check string for aspect ratio */
149          void  *iap
150   )
151   {
152 <        char    fmt[32];
152 >        char    fmt[MAXFMTLEN];
153  
154          if (isaspect(s))
155                  *(double*)iap *= aspectval(s);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines