[svn-r13758] Description:

Change "long long" to "long_long", to make VS6 happy.

Tested on:
	None, just eyeballed since it's easy
This commit is contained in:
Quincey Koziol 2007-05-16 13:23:17 -05:00
parent 58cc7fb19a
commit 1e69c2b1f1

View File

@ -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: