mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-28 04:35:15 +00:00
swigall
This commit is contained in:
parent
2f7ed973ed
commit
a0e2fc0342
@ -36574,7 +36574,7 @@ SWIGEXPORT int SWIGSTDCALL CSharp_MAX_CAND_get() {
|
|||||||
int jresult ;
|
int jresult ;
|
||||||
int result;
|
int result;
|
||||||
|
|
||||||
result = (int) 25;
|
result = (int) 50;
|
||||||
|
|
||||||
jresult = result;
|
jresult = result;
|
||||||
return jresult;
|
return jresult;
|
||||||
@ -36591,7 +36591,7 @@ SWIGEXPORT void SWIGSTDCALL CSharp_ice_t_cands_set(void * jarg1, void * jarg2) {
|
|||||||
icand_t (*inp)[2] = (icand_t (*)[2])(arg2);
|
icand_t (*inp)[2] = (icand_t (*)[2])(arg2);
|
||||||
icand_t (*dest)[2] = (icand_t (*)[2])(arg1->cands);
|
icand_t (*dest)[2] = (icand_t (*)[2])(arg1->cands);
|
||||||
size_t ii = 0;
|
size_t ii = 0;
|
||||||
for (; ii < 25; ++ii) {
|
for (; ii < 50; ++ii) {
|
||||||
icand_t *ip = inp[ii];
|
icand_t *ip = inp[ii];
|
||||||
icand_t *dp = dest[ii];
|
icand_t *dp = dest[ii];
|
||||||
size_t jj = 0;
|
size_t jj = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user