summaryrefslogtreecommitdiffstats
path: root/examples/h5_attribute.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/h5_attribute.c')
-rw-r--r--examples/h5_attribute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/h5_attribute.c b/examples/h5_attribute.c
index 96fdd63..4c7cd80 100644
--- a/examples/h5_attribute.c
+++ b/examples/h5_attribute.c
@@ -188,7 +188,7 @@ main (void)
/*
* Attach to the string attribute using its index, then read and display the value.
*/
- attr = H5Aopen_idx(dataset, 1);
+ attr = H5Aopen_idx(dataset, 2);
atype = H5Tcopy(H5T_C_S1);
H5Tset_size(atype, 5);
ret = H5Aread(attr, atype, string_out);