| # | 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 | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |