From 513bbb254d123f72b60be5c935666a9b841bedc5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 14 Oct 2005 05:54:47 +0000 Subject: [BZ #1373] 2005-10-13 Ulrich Drepper [BZ #1373] * argp/argp.h: Remove __NTH for __argp_usage inline function. --- posix/regexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'posix/regexec.c') diff --git a/posix/regexec.c b/posix/regexec.c index cd3a2dc..05da8f0 100644 --- a/posix/regexec.c +++ b/posix/regexec.c @@ -2867,7 +2867,7 @@ check_arrival (re_match_context_t *mctx, state_array_t *path, int top_node, sizeof (re_dfastate_t *) * (path->alloc - old_alloc)); } - str_idx = path->next_idx == 0 ? top_str : path->next_idx; + str_idx = path->next_idx ?: top_str; /* Temporary modify MCTX. */ backup_state_log = mctx->state_log; -- cgit v1.1