We were passing flags of DOH_REPLACE_ANY|DOH_REPLACE_FIRST in three places, which doesn't make sense as those are mutually exclusive concepts. In the current implementation DOH_REPLACE_FIRST wins in this situation, so replace with that and clarify the docs. |
||
|---|---|---|
| .. | ||
| cparse.h | ||
| cscanner.c | ||
| parser.y | ||
| templ.c | ||
| util.c | ||