summaryrefslogtreecommitdiffstats
path: root/examples/h5ff_client_dset.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2013-11-12 15:49:12 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2013-11-12 15:49:12 (GMT)
commited36122a3eabc80aca81ad5c545846a3ed2147ba (patch)
tree060e1e9a18ff973089cd9a57b052ec0321cccc4b /examples/h5ff_client_dset.c
parent8ef09d1b67ee52e1fd085841335aa60bc17866c3 (diff)
downloadhdf5-ed36122a3eabc80aca81ad5c545846a3ed2147ba.zip
hdf5-ed36122a3eabc80aca81ad5c545846a3ed2147ba.tar.gz
hdf5-ed36122a3eabc80aca81ad5c545846a3ed2147ba.tar.bz2
[svn-r24427] more bug fixes with IOD integration.
Diffstat (limited to 'examples/h5ff_client_dset.c')
-rw-r--r--examples/h5ff_client_dset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/h5ff_client_dset.c b/examples/h5ff_client_dset.c
index 2c425ad..86622be 100644
--- a/examples/h5ff_client_dset.c
+++ b/examples/h5ff_client_dset.c
@@ -10,7 +10,7 @@
#include "hdf5.h"
int main(int argc, char **argv) {
- const char file_name[]="eff_file.h5";
+ const char file_name[]="eff_file_dset.h5";
hid_t file_id;
hid_t gid1, gid2, gid3;