mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-15 07:40:23 +08:00
Correct name of native function
This commit is contained in:
parent
2599c23164
commit
539f252fc8
@ -212,7 +212,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