aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAvi Halachmi (:avih) <avihpit@yahoo.com>2026-04-12 16:41:29 +0300
committerRon Yorston <rmy@pobox.com>2026-04-16 10:42:13 +0100
commit36d76efaa9c10f22925eb94a9d0883cb24a13bd8 (patch)
tree6a1c4849744f6ec8b564a7064290c93e1964bc4a /scripts
parentb9a1b0db1d7d455278611efb1d63c96675b15b67 (diff)
downloadbusybox-w32-36d76efaa9c10f22925eb94a9d0883cb24a13bd8.tar.gz
busybox-w32-36d76efaa9c10f22925eb94a9d0883cb24a13bd8.tar.bz2
busybox-w32-36d76efaa9c10f22925eb94a9d0883cb24a13bd8.zip
win32: fnmatch.c: use isactype insead of switch
This preserves the original semantics where only ASCII chars are tested, and unknown class name is considered known-but-unmatched name, which is different than the equivalent wctype code just above. The ASCII test is redundant, at least on windows - where all the class tests (isalnum, isupper, etc) can only return true for ASCII values, but nevertheless it's kept as the original semantics.
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions