提交 aac58b10 authored 作者: Anthony Minessale's avatar Anthony Minessale

fix type

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5896 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 f0211bc6
...@@ -199,7 +199,7 @@ SWITCH_DECLARE(switch_bool_t) switch_simple_email(char *to, char *from, char *he ...@@ -199,7 +199,7 @@ SWITCH_DECLARE(switch_bool_t) switch_simple_email(char *to, char *from, char *he
SWITCH_DECLARE(const char *) switch_stristr(const char *str, const char *instr) SWITCH_DECLARE(const char *) switch_stristr(const char *str, const char *instr)
{ {
size_t score = strlen(str), x = 0; switch_size_t score = strlen(str), x = 0;
const char *a = str, *b = instr, *p = NULL; const char *a = str, *b = instr, *p = NULL;
while(*a && *b) { while(*a && *b) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论