From 1e69c2b1f122bda266c0f93bda0216e06fbcd5e9 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Wed, 16 May 2007 13:23:17 -0500 Subject: [svn-r13758] Description: Change "long long" to "long_long", to make VS6 happy. Tested on: None, just eyeballed since it's easy --- src/H5Oshared.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v0.12