summaryrefslogtreecommitdiffstats
path: root/src/H5G.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1997-08-15 14:36:27 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1997-08-15 14:36:27 (GMT)
commit876badec3f143c1ca90f240c02e09e54b1b20608 (patch)
tree482b5859f061f4a1bbe8e6d52989e2ee34a9d16f /src/H5G.c
parent2339599b7c98ac329e7baa28b6d657e98771d768 (diff)
downloadhdf5-876badec3f143c1ca90f240c02e09e54b1b20608.zip
hdf5-876badec3f143c1ca90f240c02e09e54b1b20608.tar.gz
hdf5-876badec3f143c1ca90f240c02e09e54b1b20608.tar.bz2
[svn-r30] Intermediate checkin of (non-working) dataset code to allow for source code
rearrangement.
Diffstat (limited to 'src/H5G.c')
-rw-r--r--src/H5G.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5G.c b/src/H5G.c
index f6cbb9b..d515bbb 100644
--- a/src/H5G.c
+++ b/src/H5G.c
@@ -331,6 +331,7 @@ H5G_mkroot (hdf5_file_t *f, size_t size_hint)
}
H5O_reset (H5O_NAME, &name);
}
+ f->root_type=H5F_ROOT_DIRECTORY; /* set the root symbol type be a directory */
FUNC_LEAVE (SUCCEED);
}