summaryrefslogtreecommitdiffstats
path: root/examples/h5_vds-eiger.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/h5_vds-eiger.c')
-rw-r--r--examples/h5_vds-eiger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/h5_vds-eiger.c b/examples/h5_vds-eiger.c
index c459aa4..a6ab827 100644
--- a/examples/h5_vds-eiger.c
+++ b/examples/h5_vds-eiger.c
@@ -79,7 +79,7 @@ main (void)
*
*/
status = H5Sselect_hyperslab (vspace, H5S_SELECT_SET, start, stride, count, block);
- status = H5Pset_virtual (dcpl, vspace, "f-%0b.h5", "/A", src_space);
+ status = H5Pset_virtual (dcpl, vspace, "f-%b.h5", "/A", src_space);