[svn-r2266] Minor change for 64-bit libs

This commit is contained in:
Robb Matzke 2000-05-18 14:47:04 -05:00
parent e26f4e5eed
commit 14fc9bb100

View File

@ -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}}};