From 70dc5068f8105942b3ffa7ef57fbb88b6d4ce75a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 1 Feb 2001 07:28:23 +0000 Subject: Update. * posix/fnmatch_loop.c: Remove incorrect reverse condition in [. .] matching. Patch by Isamu Hasegawa . 2001-01-31 Mark Kettenis * misc/sys/select.h: Include instead of to get definition of `struct timeval'. 2001-01-31 Ulrich Drepper --- posix/fnmatch_loop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'posix/fnmatch_loop.c') diff --git a/posix/fnmatch_loop.c b/posix/fnmatch_loop.c index 8e78765..80f6796 100644 --- a/posix/fnmatch_loop.c +++ b/posix/fnmatch_loop.c @@ -531,7 +531,7 @@ FCT (pattern, string, no_leading_period, flags) c = *p++; } - else if (symb_table[2 * elem] != 0 && c1 == 1) + else if (c1 == 1) { /* No valid character. Match it as a single byte. */ -- cgit v1.1