summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2019-10-03 22:34:05 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2019-10-03 22:34:05 (GMT)
commit743c9358d146d3d28e6cb023166763f0846442b9 (patch)
tree0c56d6996590ff2c6433b4f36461d8c9641b2f9f /hl
parent82f647534c309ff97e4827fb95949954aeed4a26 (diff)
downloadhdf5-743c9358d146d3d28e6cb023166763f0846442b9.zip
hdf5-743c9358d146d3d28e6cb023166763f0846442b9.tar.gz
hdf5-743c9358d146d3d28e6cb023166763f0846442b9.tar.bz2
Introduce PRI*HADDR and PRI*HSIZE for printing haddr_t and hsize_t.
Diffstat (limited to 'hl')
-rw-r--r--hl/tools/h5watch/h5watch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/tools/h5watch/h5watch.c b/hl/tools/h5watch/h5watch.c
index d1f4e32..f02a14a 100644
--- a/hl/tools/h5watch/h5watch.c
+++ b/hl/tools/h5watch/h5watch.c
@@ -205,7 +205,7 @@ doprint(hid_t did, hsize_t *start, hsize_t *block, int rank)
info.dset_format = "DSET-%s ";
info.dset_hidefileno = 0;
- info.obj_format = "-%lu:"H5_PRINTF_HADDR_FMT;
+ info.obj_format = "-%lu:%" PRIuHADDR;
info.obj_hidefileno = 0;
info.dset_blockformat_pre = "%sBlk%lu: ";