diff options
author | David Young <dyoung@hdfgroup.org> | 2020-09-27 20:07:12 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-09-27 20:07:12 (GMT) |
commit | c0fbc5c086566d5d3c1d1ef26baa81a53d59fc08 (patch) | |
tree | 28997eea04ef81c4f47448dc40bfd956f18f24bc /src/H5C.c | |
parent | 08034972bc4818e8550445aa7f4fd0b315800190 (diff) | |
download | hdf5-c0fbc5c086566d5d3c1d1ef26baa81a53d59fc08.zip hdf5-c0fbc5c086566d5d3c1d1ef26baa81a53d59fc08.tar.gz hdf5-c0fbc5c086566d5d3c1d1ef26baa81a53d59fc08.tar.bz2 |
Use the right format string, "%zu", for size_t.
Diffstat (limited to 'src/H5C.c')
-rw-r--r-- | src/H5C.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -638,7 +638,7 @@ H5C_def_auto_resize_rpt_fcn(H5C_t * cache_ptr, (cache_ptr->resize_ctl).lower_hr_threshold); HDfprintf(stdout, - "%scache size increased from (%u/%u) to (%u/%u).\n", + "%scache size increased from (%zu/%zu) to (%zu/%zu).\n", cache_ptr->prefix, old_max_cache_size, old_min_clean_size, |