mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-11 16:01:00 +08:00
[svn-r2266] Minor change for 64-bit libs
This commit is contained in:
parent
e26f4e5eed
commit
14fc9bb100
@ -787,7 +787,7 @@ test_compound_5(void)
|
||||
int coll_ids[4];
|
||||
} dst_type_t;
|
||||
|
||||
hsize_t dims[1] = {4};
|
||||
size_t dims[1] = {4};
|
||||
hid_t src_type, dst_type, short_array, int_array, string;
|
||||
src_type_t src[2] = {{"one", 102, {104, 105, 106, 107}},
|
||||
{"two", 202, {204, 205, 206, 207}}};
|
||||
|
Loading…
Reference in New Issue
Block a user