From 8f4b32ec0034cb7cd2eb772ff12e87216d731fc7 Mon Sep 17 00:00:00 2001 From: wrowe Date: Sat, 14 May 2011 11:51:55 +0000 Subject: Comment git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1103066 13f79535-47bb-0310-9956-ffa450edef68 --- strings/apr_fnmatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'strings') diff --git a/strings/apr_fnmatch.c b/strings/apr_fnmatch.c index 5d319133a..24aca4099 100644 --- a/strings/apr_fnmatch.c +++ b/strings/apr_fnmatch.c @@ -118,8 +118,8 @@ static APR_INLINE int fnmatch_ch(const char **pattern, const char **string, int leadingclosebrace: /* Look at only well-formed range patterns; * "x-]" is not allowed unless escaped ("x-\]") + * XXX: Fix for locale/MBCS character width */ - /* XXX: Fix for locale/MBCS character width */ if (((*pattern)[1] == '-') && ((*pattern)[2] != ']')) { startch = *pattern; -- cgit v1.2.1