summaryrefslogtreecommitdiffstats
path: root/src/H5SMcache.c
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2015-06-24 17:22:38 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2015-06-24 17:22:38 (GMT)
commite36e886cf75b836aba005abea24b955057778ebb (patch)
tree299f96395e3b147c1b54b7aa54dcb15db5b4c5d3 /src/H5SMcache.c
parent85166660d6e7eb90afbfbee5413470c67cede381 (diff)
downloadhdf5-e36e886cf75b836aba005abea24b955057778ebb.zip
hdf5-e36e886cf75b836aba005abea24b955057778ebb.tar.gz
hdf5-e36e886cf75b836aba005abea24b955057778ebb.tar.bz2
[svn-r27277] Bring revision #24353 from revise_chksum_retry branch to revise_chunks. h5committested.
Diffstat (limited to 'src/H5SMcache.c')
-rw-r--r--src/H5SMcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5SMcache.c b/src/H5SMcache.c
index d48aea9..72f5913 100644
--- a/src/H5SMcache.c
+++ b/src/H5SMcache.c
@@ -475,7 +475,7 @@ H5SM_list_load(H5F_t *f, hid_t dxpl_id, haddr_t addr, void *_udata)
uint32_t stored_chksum; /* Stored metadata checksum value */
uint32_t computed_chksum; /* Computed metadata checksum value */
size_t u; /* Counter variable for messages in list */
- uint32_t chk_size; /* Exact size with checksum at the end */
+ size_t chk_size; /* Exact size with checksum at the end */
H5SM_list_t *ret_value; /* Return value */
FUNC_ENTER_NOAPI_NOINIT