summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2000-11-13 17:36:33 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2000-11-13 17:36:33 (GMT)
commitbd433ad90c22fde2007702a61e1b2a9153bdaff4 (patch)
treee8afb8d45366bf49086c2f47de1bbec4f03644ec /src
parent0553b775074d6cc7664fb8dbc0e545b140b006d3 (diff)
downloadhdf5-bd433ad90c22fde2007702a61e1b2a9153bdaff4.zip
hdf5-bd433ad90c22fde2007702a61e1b2a9153bdaff4.tar.gz
hdf5-bd433ad90c22fde2007702a61e1b2a9153bdaff4.tar.bz2
[svn-r2880] Purpose:
Code cleanup Description: Added a the generic property ID types to the list of things not stored in files. Platforms tested: FreeBSD 4.1.1 (hawkwind)
Diffstat (limited to 'src')
-rw-r--r--src/H5G.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5G.c b/src/H5G.c
index 02cb036..989f9e0 100644
--- a/src/H5G.c
+++ b/src/H5G.c
@@ -1779,6 +1779,8 @@ H5G_loc (hid_t loc_id)
#ifndef NDEBUG
case H5I_TEMPLATE_MAX:
#endif
+ case H5I_GENPROP_CLS:
+ case H5I_GENPROP_LST:
HRETURN_ERROR(H5E_ARGS, H5E_BADVALUE, NULL,
"unable to get symbol table entry of property list");