summaryrefslogtreecommitdiffstats
path: root/src/H5Dchunk.c
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2010-04-27 20:55:33 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2010-04-27 20:55:33 (GMT)
commit53f5793d38fe137cd32fec38f8686bd21452d46f (patch)
treeb2ea9ba3ada92536c9244d3e0380f58f6ddd9f2e /src/H5Dchunk.c
parent8b93f9640ece907960efb056a1b09bad2580c37e (diff)
downloadhdf5-53f5793d38fe137cd32fec38f8686bd21452d46f.zip
hdf5-53f5793d38fe137cd32fec38f8686bd21452d46f.tar.gz
hdf5-53f5793d38fe137cd32fec38f8686bd21452d46f.tar.bz2
[svn-r18646] In H5T_get_native_type of H5Tnative.c, I changed the way that the offset, alignment, and
size of nested compound type are calculated by using H5T_cmp_offset. The old way had a bug in it (see bug #1850). Tested on amani, linew, and jam.
Diffstat (limited to 'src/H5Dchunk.c')
-rw-r--r--src/H5Dchunk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dchunk.c b/src/H5Dchunk.c
index aad39ee..2e0b096 100644
--- a/src/H5Dchunk.c
+++ b/src/H5Dchunk.c
@@ -4588,7 +4588,7 @@ done:
/*-------------------------------------------------------------------------
- * Function: H5D_chunk_bh_size
+ * Function: H5D_chunk_bh_info
*
* Purpose: Retrieve the amount of index storage for chunked dataset
*