summaryrefslogtreecommitdiffstats
path: root/src/H5FAcache.c
diff options
context:
space:
mode:
authorkmu <kmu@hdfgroup.org>2019-11-26 23:23:34 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:20:24 (GMT)
commitf2028c7568c2ad8ef91bc78cc8dac9b2d8c8eb1d (patch)
treef63980b1e4a4aed7a0a3cf4c3d7a3f83496c10e1 /src/H5FAcache.c
parent9a3a13cacb2c519a5c4deab817606a743e9ece0d (diff)
downloadhdf5-f2028c7568c2ad8ef91bc78cc8dac9b2d8c8eb1d.zip
hdf5-f2028c7568c2ad8ef91bc78cc8dac9b2d8c8eb1d.tar.gz
hdf5-f2028c7568c2ad8ef91bc78cc8dac9b2d8c8eb1d.tar.bz2
Revert "using a different MACRO"
This reverts commit fc61b7a9f3a38331809ebcb6247482943947cdb8.
Diffstat (limited to 'src/H5FAcache.c')
-rw-r--r--src/H5FAcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FAcache.c b/src/H5FAcache.c
index 4c4d49b..834f284 100644
--- a/src/H5FAcache.c
+++ b/src/H5FAcache.c
@@ -421,7 +421,7 @@ H5FA__cache_hdr_serialize(const H5F_t *f, void *_image, size_t H5_ATTR_UNUSED le
/* Fixed array type */
*image++ = (uint8_t)hdr->cparam.cls->id;
- H5_CHECKED_ASSIGN(*image++, uint8_t, hdr->cparam.cls->id, int);
+ ASSIGN_TO_SMALLER_SIZE(*image++, uint8_t, hdr->cparam.cls->id, int);
/* General array creation/configuration information */
*image++ = hdr->cparam.raw_elmt_size; /* Element size in file (in bytes) */