提交 00e17896 authored 作者: Mathieu Rene's avatar Mathieu Rene

switch that back to int

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16593 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 cd0f7c70
......@@ -72,7 +72,7 @@ SWITCH_DECLARE(int) switch_isxdigit(int c);
\param s the string to test
\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';
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论