Package: libisnativec-java / 5.3.20100629+fix-4

Metadata

Package Version Patches format
libisnativec-java 5.3.20100629+fix-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 java9 compatibility.patch | (download)

src/de/intarsys/nativec/api/NativeInterface.java | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fixes the compatibility issues with java 9
fix_ftbfs.patch | (download)

src/de/intarsys/nativec/jna/JnaNativeHandle.java | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use getstring() and setwidestring()
 The api public String getString(long offset, boolean wide) and
 public void setString(long offset, String value, boolean wide) was
 removed in the latest version of libjna-java. The call with 'false'
 should now use getString(), and the ones with 'true' should use
 getWideString(). Similary, for setString() it should be setString()
 or setWideString().