summaryrefslogtreecommitdiffstats
path: root/src/H5Epubgen.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-08-20 16:32:55 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-08-20 16:32:55 (GMT)
commita0530d368bc11e6ca492db47a7400150eadae377 (patch)
tree18e8ae0919eb895855b5567759c75f222c28a3b8 /src/H5Epubgen.h
parenteec442a8f6d26f66eda16bc144d396e90dd06516 (diff)
downloadhdf5-a0530d368bc11e6ca492db47a7400150eadae377.zip
hdf5-a0530d368bc11e6ca492db47a7400150eadae377.tar.gz
hdf5-a0530d368bc11e6ca492db47a7400150eadae377.tar.bz2
[svn-r11277] Purpose:
Bug fix Description: Fix core dump when checking whether to invalidate the name of an object when unlinking an object in a group opened through an object reference. Solution: Check if names of various objects are valid before comparing them, etc. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
Diffstat (limited to 'src/H5Epubgen.h')
-rw-r--r--src/H5Epubgen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Epubgen.h b/src/H5Epubgen.h
index b8143c7..2e8a0e7 100644
--- a/src/H5Epubgen.h
+++ b/src/H5Epubgen.h
@@ -178,15 +178,15 @@ H5_DLLVAR hid_t H5E_NOENCODER_g; /* Filter present but encoding disabled */
#define H5E_CANTOPENOBJ (H5OPEN H5E_CANTOPENOBJ_g)
#define H5E_CANTCLOSEOBJ (H5OPEN H5E_CANTCLOSEOBJ_g)
#define H5E_COMPLEN (H5OPEN H5E_COMPLEN_g)
-#define H5E_CWG (H5OPEN H5E_CWG_g)
#define H5E_LINK (H5OPEN H5E_LINK_g)
#define H5E_SLINK (H5OPEN H5E_SLINK_g)
+#define H5E_PATH (H5OPEN H5E_PATH_g)
H5_DLLVAR hid_t H5E_CANTOPENOBJ_g; /* Can't open object */
H5_DLLVAR hid_t H5E_CANTCLOSEOBJ_g; /* Can't close object */
H5_DLLVAR hid_t H5E_COMPLEN_g; /* Name component is too long */
-H5_DLLVAR hid_t H5E_CWG_g; /* Problem with current working group */
H5_DLLVAR hid_t H5E_LINK_g; /* Link count failure */
H5_DLLVAR hid_t H5E_SLINK_g; /* Symbolic link error */
+H5_DLLVAR hid_t H5E_PATH_g; /* Problem with path to object */
/* File accessability errors */
#define H5E_FILEEXISTS (H5OPEN H5E_FILEEXISTS_g)