From bd433ad90c22fde2007702a61e1b2a9153bdaff4 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Mon, 13 Nov 2000 12:36:33 -0500 Subject: [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) --- src/H5G.c | 2 ++ 1 file changed, 2 insertions(+) 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"); -- cgit v0.12