diff options
Diffstat (limited to 'Src')
-rw-r--r-- | Src/cond.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/cond.c b/Src/cond.c index e455882bb..a38df6fb7 100644 --- a/Src/cond.c +++ b/Src/cond.c @@ -96,7 +96,7 @@ evalcond(Estate state, char *fromtest) { char *modname = isset(REMATCHPCRE) ? "zsh/pcre" : "zsh/regex"; sprintf(overridename = overridebuf, "-%s-match", modname+4); - (void)ensurefeature(modname, "c:", overridename+1); + (void)ensurefeature(modname, "C:", overridename+1); ctype = COND_MODI; } /*FALLTHROUGH*/ |