mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[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:
parent
58cc7fb19a
commit
1e69c2b1f1
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user