summaryrefslogtreecommitdiffstats
path: root/src/H5A.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-07-03 22:06:42 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-07-03 22:06:42 (GMT)
commite4a60d86caa7a76001dd4e09af246c4c0fad19ea (patch)
tree98f4a575adade88f83e264264faa8804d14bd5a8 /src/H5A.c
parent34050a7d9c9ae16326711cfb69c575bfe75e422e (diff)
downloadhdf5-e4a60d86caa7a76001dd4e09af246c4c0fad19ea.zip
hdf5-e4a60d86caa7a76001dd4e09af246c4c0fad19ea.tar.gz
hdf5-e4a60d86caa7a76001dd4e09af246c4c0fad19ea.tar.bz2
[svn-r22513] fix some committed datatype issues
update get_type routines to construct a VOL datatype if the type is named
Diffstat (limited to 'src/H5A.c')
-rw-r--r--src/H5A.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5A.c b/src/H5A.c
index 257cdd4..f17dfa1 100644
--- a/src/H5A.c
+++ b/src/H5A.c
@@ -257,7 +257,7 @@ H5Acreate2(hid_t loc_id, const char *attr_name, hid_t type_id, hid_t space_id,
/* get the file object */
if(NULL == (obj = (void *)H5VL_get_object(loc_id)))
- HGOTO_ERROR(H5E_ARGS, H5E_BADTYPE, FAIL, "invalid file identifier")
+ HGOTO_ERROR(H5E_ARGS, H5E_BADTYPE, FAIL, "invalid identifier")
/* get the plugin pointer */
if (NULL == (vol_plugin = (H5VL_t *)H5I_get_aux(loc_id)))
HGOTO_ERROR(H5E_ARGS, H5E_BADTYPE, FAIL, "ID does not contain VOL information")