This commit is contained in:
Anthony Minessale 2014-01-03 00:24:51 +05:00
parent 52377f0f65
commit d43c5fd249
1 changed files with 1 additions and 1 deletions

View File

@ -3166,7 +3166,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);
}