Kaydet (Commit) dfd17e88 authored tarafından Michael Meeks's avatar Michael Meeks Kaydeden (comit) Tor Lillqvist

remove un-conditional 20 second sleep on-start for now.

Change-Id: I37ff2164b1f0fcdc4f3fad41f344b0d73105a2c1
üst 47c46638
...@@ -485,6 +485,7 @@ Java_org_libreoffice_android_Bootstrap_putenv(JNIEnv* env, ...@@ -485,6 +485,7 @@ Java_org_libreoffice_android_Bootstrap_putenv(JNIEnv* env,
putenv(s); putenv(s);
#if 0
{ {
static int beenhere=0; static int beenhere=0;
if (!beenhere) { if (!beenhere) {
...@@ -493,6 +494,7 @@ Java_org_libreoffice_android_Bootstrap_putenv(JNIEnv* env, ...@@ -493,6 +494,7 @@ Java_org_libreoffice_android_Bootstrap_putenv(JNIEnv* env,
beenhere = 1; beenhere = 1;
} }
} }
#endif
(*env)->ReleaseStringUTFChars(env, string, s); (*env)->ReleaseStringUTFChars(env, string, s);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment