提交 621ce7bb authored 作者: Michael Jerris's avatar Michael Jerris

signedness error

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6493 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 a3e25b62
...@@ -58,7 +58,7 @@ SWITCH_DECLARE(switch_size_t) switch_fd_read_line(int fd, char *buf, switch_size ...@@ -58,7 +58,7 @@ SWITCH_DECLARE(switch_size_t) switch_fd_read_line(int fd, char *buf, switch_size
SWITCH_DECLARE(char *) switch_amp_encode(char *s, char *buf, switch_size_t len) SWITCH_DECLARE(char *) switch_amp_encode(char *s, char *buf, switch_size_t len)
{ {
char *p, *q; char *p, *q;
int x = 0; switch_size_t x = 0;
assert(s); assert(s);
q = buf; q = buf;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论