diff options
Diffstat (limited to 'src/H5HFdbg.c')
-rw-r--r-- | src/H5HFdbg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5HFdbg.c b/src/H5HFdbg.c index 3135590..9748964 100644 --- a/src/H5HFdbg.c +++ b/src/H5HFdbg.c @@ -311,7 +311,7 @@ H5HF_dblock_debug_cb(const H5FS_section_info_t *_sect, void *_udata) /* Calculate the length */ len = end - start; - sprintf(temp_str, "Section #%u:", udata->sect_count); + sprintf(temp_str, "Section #%u:", (unsigned)udata->sect_count); HDfprintf(udata->stream, "%*s%-*s %8Zu, %8Zu\n", udata->indent + 3, "", MAX(0, udata->fwidth - 9), temp_str, start, len); |