From bf14fb7c60ffdc0024779ccfd20476538b7716ae Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 16 Feb 2004 19:27:53 +0000 Subject: [BZ #6] Update. * posix/regexec.c (transit_state): Fix typo in commented-out code [BZ #6]. --- posix/regexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'posix') diff --git a/posix/regexec.c b/posix/regexec.c index c524ce8fb6..be361cf51f 100644 --- a/posix/regexec.c +++ b/posix/regexec.c @@ -2198,7 +2198,7 @@ transit_state (err, mctx, state) { /* don't use transition table */ next_state = transit_state_sb (err, mctx, state); - if (BE (next_state == NULL && err != REG_NOERROR, 0)) + if (BE (next_state == NULL && *err != REG_NOERROR, 0)) return NULL; } #endif -- cgit 1.4.1