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

fix for msvc, signed\unsigned and code before decl

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2315 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 502c84d0
......@@ -1229,9 +1229,9 @@ static uint8_t check_channel_status(switch_channel_t **peer_channels,
char *key)
{
int32_t i;
uint32_t i;
uint32_t hups = 0;
*idx = -1;
int32_t hups = 0;
for (i = 0; i < len; i++) {
if (!peer_channels[i]) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论