From c1a3961657b4957619b81e5aba9bc959525e285c Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 19 Nov 2004 15:15:23 +0000 Subject: 20568: debug test in pattern.c was out of date --- Src/pattern.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src') 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); -- cgit 1.4.1