diff options
author | Michael Meeks <michael.meeks@suse.com> | 2013-01-18 00:17:20 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-21 22:54:36 +0200 |
commit | dfd17e881b1fdfb08021dc7b098e8b54b7b83ba3 (patch) | |
tree | 70e4dfa0ca3d0f36e413fe7505029330d6e223d7 /sal | |
parent | 47c46638f1a6eaa6e58844d6da56ebf673791cbc (diff) |
remove un-conditional 20 second sleep on-start for now.
Change-Id: I37ff2164b1f0fcdc4f3fad41f344b0d73105a2c1
Diffstat (limited to 'sal')
-rw-r--r-- | sal/android/lo-bootstrap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sal/android/lo-bootstrap.c b/sal/android/lo-bootstrap.c index 9aeb32be4b21..40f565ce6592 100644 --- a/sal/android/lo-bootstrap.c +++ b/sal/android/lo-bootstrap.c @@ -485,6 +485,7 @@ Java_org_libreoffice_android_Bootstrap_putenv(JNIEnv* env, putenv(s); +#if 0 { static int beenhere=0; if (!beenhere) { @@ -493,6 +494,7 @@ Java_org_libreoffice_android_Bootstrap_putenv(JNIEnv* env, beenhere = 1; } } +#endif (*env)->ReleaseStringUTFChars(env, string, s); } |