]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
swigall
authorAnthony Minessale <anthm@freeswitch.org>
Sun, 1 Dec 2013 03:02:52 +0000 (21:02 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Sun, 1 Dec 2013 03:02:52 +0000 (21:02 -0600)
src/mod/languages/mod_managed/freeswitch_wrap.cxx

index 4d4750877c73478a842686bede7234ef913ffb15..ea1a306269910c0d4ab390d332eb25fde8a4486f 100644 (file)
@@ -36574,7 +36574,7 @@ SWIGEXPORT int SWIGSTDCALL CSharp_MAX_CAND_get() {
   int jresult ;
   int result;
   
-  result = (int) 25;
+  result = (int) 50;
   
   jresult = result; 
   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 (*dest)[2] = (icand_t (*)[2])(arg1->cands);
     size_t ii = 0;
-    for (; ii < 25; ++ii) {
+    for (; ii < 50; ++ii) {
       icand_t *ip = inp[ii];
       icand_t *dp = dest[ii];
       size_t jj = 0;