summaryrefslogtreecommitdiffstats
path: root/src/H5Gpkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2000-04-05 20:51:27 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2000-04-05 20:51:27 (GMT)
commitd1de790d2530b44d5671452f7db52fdee8e839f5 (patch)
treeb87e5cc6c501fa87e8466c93fa83828676cd82dc /src/H5Gpkg.h
parent88c72b4568f0eef918ab9ca17e1e7c5c0dc2435a (diff)
downloadhdf5-d1de790d2530b44d5671452f7db52fdee8e839f5.zip
hdf5-d1de790d2530b44d5671452f7db52fdee8e839f5.tar.gz
hdf5-d1de790d2530b44d5671452f7db52fdee8e839f5.tar.bz2
[svn-r2081] Fixed a problem in H5Giterate which was not updating the 'index' paramater for
certain return values from the callback.
Diffstat (limited to 'src/H5Gpkg.h')
-rw-r--r--src/H5Gpkg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Gpkg.h b/src/H5Gpkg.h
index e2b657c..17ec6d8 100644
--- a/src/H5Gpkg.h
+++ b/src/H5Gpkg.h
@@ -104,6 +104,7 @@ typedef struct H5G_bt_ud2_t {
void *op_data; /*user-defined operator data */
/* upward */
+ int final_ent; /*final entry looked at */
} H5G_bt_ud2_t;