diff options
Diffstat (limited to 'posix/bug-regex33.c')
-rw-r--r-- | posix/bug-regex33.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/bug-regex33.c b/posix/bug-regex33.c index 2140cda..8656946 100644 --- a/posix/bug-regex33.c +++ b/posix/bug-regex33.c @@ -105,7 +105,7 @@ do_test (void) /* 新処圭新, \xb7\xbd here really matches 圭, * this is a reproducer of bug-regex25 */ e = re_search (&r, "\xbf\xb7\xbd\xe8\xb7\xbd\xbf\xb7", - 10, 0, 10, &s); + 9, 0, 9, &s); if (e != 4) { printf ("bug-regex33.7: no match or false match: re_search() returned %d, should return 4\n", e); |