fix toupper(c) on a already uppercase char and tolower(c) on an
authorAndrew Tridgell <tridge@samba.org>
Wed, 3 Dec 1997 02:27:50 +0000 (02:27 +0000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 3 Dec 1997 02:27:50 +0000 (02:27 +0000)
commit3e23d79cfe2ff42a21b97ba367f76f50bd6af45c
tree69519344e2c8268ef411214dc77f3c7f1e248b50
parent1463cb1a43967c099d5031794ffcfbcccdff6abe
fix toupper(c) on a already uppercase char and tolower(c) on an
already lowercase char when using code pages. Jeremy, can you confirm
that this looks right?  It comes from PR#1992
(This used to be commit 157fde339695d3185ecf857187e981edd06a8b65)
source3/lib/charset.c