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

Comparing ray/src/cv/ies2rad.c (file contents):
Revision 2.28 by greg, Wed May 30 22:12:17 2018 UTC vs.
Revision 2.29 by greg, Mon Jun 4 18:53:09 2018 UTC

# Line 735 | Line 735 | k_match(
735          /* If we have come to the end of the keyword, and the keyword
736           * at the beginning of the matched line is terminated with
737           * ']', return 1 */
738 <        return((!*kwd) & (*hdl == ']'));
738 >        return(!kwd[-1] & (*hdl == ']'));
739   }
740  
741   /* keyargs - return the argument of a keyword, without leading spaces

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines