summaryrefslogtreecommitdiffstats
path: root/src/H5B.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2008-12-11 19:34:27 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2008-12-11 19:34:27 (GMT)
commit796f5a9f4c889296d8bae1913c7e86107755100b (patch)
tree1b8abbcc8c7fad874ed0f440904a44b1076fdc5d /src/H5B.c
parent4168cf3af65596824715ee7d4dd989d8578a95c0 (diff)
downloadhdf5-796f5a9f4c889296d8bae1913c7e86107755100b.zip
hdf5-796f5a9f4c889296d8bae1913c7e86107755100b.tar.gz
hdf5-796f5a9f4c889296d8bae1913c7e86107755100b.tar.bz2
[svn-r16183] Description:
Bring r16182 back from trunk: Rename internal routines, variables, macros, typedefs, etc. for chunked dataset storage from "istore" to some variant of "chunk" or "btree". Tested on: FreeBSD/32 6.3 (duty) in debug mode
Diffstat (limited to 'src/H5B.c')
-rw-r--r--src/H5B.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5B.c b/src/H5B.c
index d049ee7..a715454 100644
--- a/src/H5B.c
+++ b/src/H5B.c
@@ -2113,7 +2113,7 @@ H5B_debug(H5F_t *f, hid_t dxpl_id, haddr_t addr, FILE *stream, int indent, int f
HDfprintf(stream, "%*s%-*s %s\n", indent, "", fwidth,
"Tree type ID:",
((shared->type->id)==H5B_SNODE_ID ? "H5B_SNODE_ID" :
- ((shared->type->id)==H5B_ISTORE_ID ? "H5B_ISTORE_ID" : "Unknown!")));
+ ((shared->type->id)==H5B_CHUNK_ID ? "H5B_CHUNK_ID" : "Unknown!")));
HDfprintf(stream, "%*s%-*s %Zu\n", indent, "", fwidth,
"Size of node:",
shared->sizeof_rnode);