diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Oshared.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Oshared.c b/src/H5Oshared.c index b4f5def..089c6f4 100644 --- a/src/H5Oshared.c +++ b/src/H5Oshared.c @@ -620,7 +620,7 @@ H5O_shared_debug(const H5O_shared_t *mesg, FILE *stream, int indent, int fwidth) "SOHM"); HDfprintf(stream, "%*s%-*s %016llx\n", indent, "", fwidth, "Heap ID:", - (unsigned long long)mesg->u.heap_id); + (unsigned long_long)mesg->u.heap_id); break; case H5O_SHARE_TYPE_HERE: |