mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
Fix Java JUnit-TestH5P failure on 32-bit arch
This commit is contained in:
parent
206276d6f4
commit
0a73ce19a4
@ -201,7 +201,7 @@ Java_hdf_hdf5lib_H5_H5Pget_1sym_1k
|
||||
|
||||
done:
|
||||
if (theArray)
|
||||
UNPIN_LONG_ARRAY(ENVONLY, size, theArray, (status < 0) ? JNI_ABORT : 0);
|
||||
UNPIN_INT_ARRAY(ENVONLY, size, theArray, (status < 0) ? JNI_ABORT : 0);
|
||||
|
||||
return (jint)status;
|
||||
} /* end Java_hdf_hdf5lib_H5_H5Pget_1sym_1k */
|
||||
|
@ -197,6 +197,10 @@ New Features
|
||||
|
||||
Java Library:
|
||||
----------------
|
||||
- Fix a failure in JUnit-TestH5P on 32-bit architectures
|
||||
|
||||
(JTH - 2019/04/30)
|
||||
|
||||
- Duplicate the data read/write functions of Datasets for Attributes.
|
||||
|
||||
Region references could not be displayed for attributes as they could
|
||||
|
Loading…
Reference in New Issue
Block a user