提交 329e29f6 authored 作者: Anthony Minessale's avatar Anthony Minessale

doh

上级 7d612da4
......@@ -466,7 +466,7 @@ SWITCH_DECLARE(switch_status_t) switch_b64_encode(unsigned char *in, switch_size
b = (b << 8) + in[x];
l += 8;
if ((X % 1024) == 0) {
if ((x % 1024) == 0) {
switch_cond_next(); /* give other processes/threads a chance */
}
while (l >= 6) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论