diff options
Diffstat (limited to 'Src/pattern.c')
-rw-r--r-- | Src/pattern.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/pattern.c b/Src/pattern.c index 528c48d5e..679a8399e 100644 --- a/Src/pattern.c +++ b/Src/pattern.c @@ -2577,7 +2577,7 @@ patmatch(Upat prog) if (P_OP(scan) == P_EXACTLY) { char *nextexact = savexact; - DPUTS(!savexact || !*savexact, + DPUTS(!savexact, "BUG: exact match has not set exactpos"); CHARINC(nextexact); |