From e878ce9a44029d72c88d65cd0310b92ede2c28ad Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sat, 27 Jun 2026 12:16:37 +0200 Subject: REG_RAW is a pure re_comp() flag now I missed the possibility to query the compilation flags from the execution variables. --- regtest_terex.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'regtest_terex.sh') diff --git a/regtest_terex.sh b/regtest_terex.sh index 29a88c5..75e051b 100755 --- a/regtest_terex.sh +++ b/regtest_terex.sh @@ -124,7 +124,7 @@ cat<<-EOF>$rgsrc nmatch, cre.re_nsub); return 1; } - rc = re_exec(&cre, dat, datlen, NULL, 100, pmatch, cflags & REG_RAW); + rc = re_exec(&cre, dat, datlen, NULL, 100, pmatch, 0); if ( rc != REG_OKAY ) { regerror(rc, &cre, buf, sizeof(buf)); -- cgit v1.2.3