diff options
Diffstat (limited to 'Src')
-rw-r--r-- | Src/cond.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Src/cond.c b/Src/cond.c index 3807409e3..df9065660 100644 --- a/Src/cond.c +++ b/Src/cond.c @@ -297,8 +297,7 @@ evalcond(Estate state, char *fromtest) right = dupstring(opat = ecrawstr(state->prog, state->pc, &htok)); - if (htok) - cond_subst(&right, !fromtest); + singsub(&right); save = (!(state->prog->flags & EF_HEAP) && !strcmp(opat, right) && pprog != dummy_patprog2); |