diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2023-07-27 21:57:49 +0200 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2023-07-27 21:57:49 +0200 |
commit | a13b0b7aea9d12c6cefe21082ef5c921ac071e3a (patch) | |
tree | 9da59bfe416cf30baa89eaa038628b1a641c299b /winsup/cygwin/include | |
parent | 9e329b544ac04b389e12984362e06b92e1506399 (diff) | |
download | newlib-a13b0b7aea9d12c6cefe21082ef5c921ac071e3a.zip newlib-a13b0b7aea9d12c6cefe21082ef5c921ac071e3a.tar.gz newlib-a13b0b7aea9d12c6cefe21082ef5c921ac071e3a.tar.bz2 |
Cygwin: fnmatch: fix range comparison in C locale
Commit c36064bbd0c5 introduced operating on character pointers
instead of operating on characters, to allow collating symbols.
This patch neglected to change the expression for range
comparison in case we're in the C locale. Thus it suddenly
compared pointers instead of characters. Fix that.
Fixes: c36064bbd0c5 ("Cygwin: fnmatch: support collating symbols in [. .] brackets")
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin/include')
0 files changed, 0 insertions, 0 deletions