summaryrefslogtreecommitdiffstats
path: root/src/H5E.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-06-10 17:51:32 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-06-10 17:51:32 (GMT)
commit3ca52ffcc2fbd74447ce6e159e0df452389b812a (patch)
tree43c7e1b21cadb02d5367447f7a06017a05a66931 /src/H5E.c
parent3f225a14b7e4d29db0cf5bd99dd2387e651f419f (diff)
downloadhdf5-3ca52ffcc2fbd74447ce6e159e0df452389b812a.zip
hdf5-3ca52ffcc2fbd74447ce6e159e0df452389b812a.tar.gz
hdf5-3ca52ffcc2fbd74447ce6e159e0df452389b812a.tar.bz2
[svn-r5573] Purpose:
Bug fix (#620) Description: Change slightly misleading error message when creating attribute with same name as existing attribute to something a bit more clear. Platforms tested: FreeBSD 4.5 (sleipnir)
Diffstat (limited to 'src/H5E.c')
-rw-r--r--src/H5E.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5E.c b/src/H5E.c
index 6348fb1..5fa67a9 100644
--- a/src/H5E.c
+++ b/src/H5E.c
@@ -76,6 +76,7 @@ static const H5E_minor_mesg_t H5E_minor_mesg_g[] = {
{H5E_NOSPACE, "No space available for allocation"},
{H5E_CANTCOPY, "Unable to copy object"},
{H5E_CANTFREE, "Unable to free object"},
+ {H5E_ALREADYEXISTS, "Object already exists"},
/* File accessability errors */
{H5E_FILEEXISTS, "File already exists"},