summaryrefslogtreecommitdiffstats
path: root/src/H5PB.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5PB.c')
-rw-r--r--src/H5PB.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5PB.c b/src/H5PB.c
index f11579c..201de7f 100644
--- a/src/H5PB.c
+++ b/src/H5PB.c
@@ -1751,7 +1751,7 @@ H5PB_vfd_swmr__update_index(H5F_t * f,
*
* Obviously, this must be fixed for the production version.
*/
- int32_t new_index_entry_index;
+ uint32_t new_index_entry_index;
new_index_entry_index = f->shared->mdf_idx_entries_used +
idx_ent_added++;