mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
Correct name of native function
This commit is contained in:
parent
c148ad90f0
commit
0fb5ce7ad5
@ -214,7 +214,7 @@ Java_hdf_hdf5lib_H5_H5PLsize
|
||||
(JNIEnv *env, jclass clss)
|
||||
{
|
||||
unsigned int listsize = 0;
|
||||
if (H5PLget_loading_state(&listsize) < 0) {
|
||||
if (H5PLsize(&listsize) < 0) {
|
||||
h5libraryError(env);
|
||||
}
|
||||
return (jint)listsize;
|
||||
|
Loading…
Reference in New Issue
Block a user