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

no need to check if p is null, it can never be null

上级 a0589394
......@@ -414,9 +414,6 @@ TELETONE_API(int) teletone_run(teletone_generation_session_t *ts, const char *cm
*e++ = '\0';
}
do {
if (!p) {
break;
}
if ((next = strchr(p, ',')) != 0) {
*next++ = '\0';
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论