mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 01:49:05 +00:00
add better tolower to go with the toupper
This commit is contained in:
@@ -2656,7 +2656,7 @@ const short _switch_C_tolower_[1 + SWITCH_CTYPE_NUM_CHARS] = {
|
||||
|
||||
const short *_switch_tolower_tab_ = _switch_C_tolower_;
|
||||
|
||||
SWITCH_DECLARE(int) switch_tolower(int c)
|
||||
SWITCH_DECLARE(int) old_switch_tolower(int c)
|
||||
{
|
||||
if ((unsigned int) c > 255)
|
||||
return (c);
|
||||
|
Reference in New Issue
Block a user