#98 closed defect (fixed)
if1of/ifn1of does not work right for large parameter lists
Reported by: | bird | Owned by: | bird |
---|---|---|---|
Priority: | major | Milestone: | 0.2.0 |
Component: | kmk | Version: | 0.1.5 |
Keywords: | Cc: |
Description
The summary says it all really. The problem was a missing adjustment of s1 after calling variable_expand_string_2 to produce s2 in conditional_line() (source:trunk/src/kmk/read.c)
Change History (2)
comment:2 by , 23 years ago
Milestone: | 0.3.0 → 0.2.0 |
---|
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [2426]) kmk/read.c: Must adjust s1 after calling variable_expand_string_2 to produce s2 in conditonal_line. Fixes #98.