提交 c19f9fca authored 作者: Michael Jerris's avatar Michael Jerris

more const madness

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11355 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 7fbb5fa9
......@@ -1251,7 +1251,7 @@ SWITCH_DECLARE(char *) switch_event_expand_headers(switch_event_t *event, const
char *func_val = NULL;
int nv = 0;
nv = switch_string_var_check((char *)in, SWITCH_FALSE);
nv = switch_string_var_check_const(in);
if (!nv) {
return (char *) in;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论