mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-06 05:01:34 +00:00
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];
|
||||
l += 8;
|
||||
|
||||
if ((X % 1024) == 0) {
|
||||
if ((x % 1024) == 0) {
|
||||
switch_cond_next(); /* give other processes/threads a chance */
|
||||
}
|
||||
while (l >= 6) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user