summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-09-27 20:07:12 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-09-27 20:07:12 (GMT)
commitc0fbc5c086566d5d3c1d1ef26baa81a53d59fc08 (patch)
tree28997eea04ef81c4f47448dc40bfd956f18f24bc /src
parent08034972bc4818e8550445aa7f4fd0b315800190 (diff)
downloadhdf5-c0fbc5c086566d5d3c1d1ef26baa81a53d59fc08.zip
hdf5-c0fbc5c086566d5d3c1d1ef26baa81a53d59fc08.tar.gz
hdf5-c0fbc5c086566d5d3c1d1ef26baa81a53d59fc08.tar.bz2
Use the right format string, "%zu", for size_t.
Diffstat (limited to 'src')
-rw-r--r--src/H5C.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5C.c b/src/H5C.c
index fdbea54..0b4b231 100644
--- a/src/H5C.c
+++ b/src/H5C.c
@@ -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,