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

tweak

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15958 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 1edc8d97
...@@ -644,7 +644,6 @@ static void *SWITCH_THREAD_FUNC console_thread(switch_thread_t *thread, void *ob ...@@ -644,7 +644,6 @@ static void *SWITCH_THREAD_FUNC console_thread(switch_thread_t *thread, void *ob
struct helper { struct helper {
EditLine *el;
int len; int len;
int hits; int hits;
int words; int words;
...@@ -731,7 +730,7 @@ static unsigned char complete(EditLine * el, int ch) ...@@ -731,7 +730,7 @@ static unsigned char complete(EditLine * el, int ch)
char *buf = dup; char *buf = dup;
char *p, *lp = NULL; char *p, *lp = NULL;
char *errmsg = NULL; char *errmsg = NULL;
struct helper h = { el }; struct helper h = { 0 };
unsigned char ret = CC_REDISPLAY; unsigned char ret = CC_REDISPLAY;
int pos = 0; int pos = 0;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论