switch that back to int
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16593 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
cd0f7c70e2
commit
00e178963c
|
@ -72,7 +72,7 @@ SWITCH_DECLARE(int) switch_isxdigit(int c);
|
||||||
\param s the string to test
|
\param s the string to test
|
||||||
\return true value if the string is NULL or zero length
|
\return true value if the string is NULL or zero length
|
||||||
*/
|
*/
|
||||||
_Check_return_ static inline switch_bool_t _zstr(_In_opt_z_ const char *s)
|
_Check_return_ static inline int _zstr(_In_opt_z_ const char *s)
|
||||||
{
|
{
|
||||||
return !s || *s == '\0';
|
return !s || *s == '\0';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue