summaryrefslogtreecommitdiffstats
path: root/src/H5Fefc.c
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2011-05-09 20:31:43 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2011-05-09 20:31:43 (GMT)
commit4e5f011c34295706e606e1e235be2e58f6b1330b (patch)
tree13e6e1148a38cd2fcfe683b586b1b04a68920a2e /src/H5Fefc.c
parenta4c349dececd313612f2bfbfb964cbf0eab92827 (diff)
downloadhdf5-4e5f011c34295706e606e1e235be2e58f6b1330b.zip
hdf5-4e5f011c34295706e606e1e235be2e58f6b1330b.tar.gz
hdf5-4e5f011c34295706e606e1e235be2e58f6b1330b.tar.bz2
[svn-r20778] I changed the macro definition of DIR_SEPC and DIR_SEPS to ']' for OpenVMS in H5private.h. Strictly speaking, it isn't
the directory seperator. But it can simplify the code and make the H5L_build_name function cleaner. Tested on jam because the change only affects VMS.
Diffstat (limited to 'src/H5Fefc.c')
-rw-r--r--src/H5Fefc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fefc.c b/src/H5Fefc.c
index eebf143..a0c204e 100644
--- a/src/H5Fefc.c
+++ b/src/H5Fefc.c
@@ -147,7 +147,7 @@ H5F_efc_open(H5F_t *parent, const char *name, unsigned flags, hid_t fcpl_id,
H5F_efc_t *efc = NULL; /* External file cache for parent file */
H5F_efc_ent_t *ent = NULL; /* Entry for target file in efc */
hbool_t open_file = FALSE; /* Whether ent->file needs to be closed in case of error */
- H5F_t *ret_value; /* Return value */
+ H5F_t *ret_value = NULL; /* Return value */
FUNC_ENTER_NOAPI_NOINIT(H5F_efc_open)