From c278fb73f7fde638657e14564eaadf6543147ab5 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Mon, 29 Mar 1999 17:09:44 -0500 Subject: [svn-r1166] Fixed logic bug which was making all attributes read as zeros --- src/H5A.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/H5A.c b/src/H5A.c index 9ef6df5..d7cb783 100644 --- a/src/H5A.c +++ b/src/H5A.c @@ -503,6 +503,7 @@ H5A_open(H5G_entry_t *ent, unsigned idx) HGOTO_ERROR(H5E_ATTR, H5E_CANTINIT, FAIL, "unable to load attribute info from dataset header"); } + attr->initialized=1; /* Copy the symbol table entry */ attr->ent=*ent; -- cgit v0.12