mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
Fri Jan 9 13:51:56 CST 2009 Pekka Pessi <first.last@nokia.com>
* su_string.c: it is A. Not a Z. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11809 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
5ded72256a
commit
4d985dc0ef
@ -1 +1 @@
|
|||||||
Wed Feb 11 10:52:32 CST 2009
|
Wed Feb 11 10:53:10 CST 2009
|
||||||
|
@ -56,7 +56,7 @@ su_strcasestr(const char *haystack,
|
|||||||
if ('A' <= lcn && lcn <= 'Z')
|
if ('A' <= lcn && lcn <= 'Z')
|
||||||
lcn += 'a' - 'A';
|
lcn += 'a' - 'A';
|
||||||
else if ('a' <= ucn && ucn <= 'z')
|
else if ('a' <= ucn && ucn <= 'z')
|
||||||
ucn -= 'a' - 'Z';
|
ucn -= 'a' - 'A';
|
||||||
|
|
||||||
if (lcn == 0)
|
if (lcn == 0)
|
||||||
return (char *)haystack;
|
return (char *)haystack;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user