summaryrefslogtreecommitdiffstats
path: root/tools/test/h5ls/dynlib_ls.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test/h5ls/dynlib_ls.c')
-rw-r--r--tools/test/h5ls/dynlib_ls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/h5ls/dynlib_ls.c b/tools/test/h5ls/dynlib_ls.c
index ad0cd0e..089b78f 100644
--- a/tools/test/h5ls/dynlib_ls.c
+++ b/tools/test/h5ls/dynlib_ls.c
@@ -70,7 +70,7 @@ H5Z_filter_dynlibud(unsigned int flags, size_t cd_nelmts,
/* Subtract the original value with MULTIPLIER */
while(buf_left > 0) {
char temp = *int_ptr;
- H5_CHECKED_ASSIGN(*int_ptr, char, temp - MULTIPLIER, int);
+ ASSIGN_TO_SMALLER_SIZE(*int_ptr, char, temp - MULTIPLIER, int);
int_ptr++;
buf_left -= sizeof(*int_ptr);
} /* end while */