doh
This commit is contained in:
parent
7d612da440
commit
329e29f69d
|
@ -466,7 +466,7 @@ SWITCH_DECLARE(switch_status_t) switch_b64_encode(unsigned char *in, switch_size
|
||||||
b = (b << 8) + in[x];
|
b = (b << 8) + in[x];
|
||||||
l += 8;
|
l += 8;
|
||||||
|
|
||||||
if ((X % 1024) == 0) {
|
if ((x % 1024) == 0) {
|
||||||
switch_cond_next(); /* give other processes/threads a chance */
|
switch_cond_next(); /* give other processes/threads a chance */
|
||||||
}
|
}
|
||||||
while (l >= 6) {
|
while (l >= 6) {
|
||||||
|
|
Loading…
Reference in New Issue