FS-6061 swigall

This commit is contained in:
Anthony Minessale
2013-12-23 22:43:48 +05:00
parent 1af72288d1
commit b63bacf43f
7 changed files with 10 additions and 8 deletions
@@ -3169,7 +3169,7 @@ SWIGEXPORT void JNICALL Java_org_freeswitch_swig_freeswitchJNI_msleep(JNIEnv *je
(void)jenv;
(void)jcls;
arg1 = (unsigned int)jarg1;
msleep(arg1);
switch_msleep(arg1);
}