[Libreoffice-commits] core.git: solenv/bin

Tor Lillqvist tml at collabora.com
Thu May 21 07:05:39 PDT 2015


 solenv/bin/native-code.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3e3390e9236564f4becef9f61197aa1dcb93f7f6
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu May 21 15:04:07 2015 +0100

    Fix thinko

diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 1df3280..44b1515 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -465,7 +465,7 @@ print ("""
 if options.java:
     print ("""
     extern void Java_org_libreoffice_kit_LibreOfficeKit_initializeNative();
-    p = (void *) Java_org_libreoffice_kit_LibreOfficeKit_initializeNative;
+    volatile void *p = (void *) Java_org_libreoffice_kit_LibreOfficeKit_initializeNative;
 
     extern void Java_org_libreoffice_kit_Office_getError();
     p = (void *) Java_org_libreoffice_kit_Office_getError;


More information about the Libreoffice-commits mailing list