diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-01-02 14:20:35 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-01-02 14:20:35 (GMT) |
commit | 8081ee4221812ef6f76b9b267bf3b71a930fe0ef (patch) | |
tree | 485fde8d1aff473c55d8ab3ea0ea308f7a50ce34 /src/H5Adense.c | |
parent | d37ce8c440519cc0949492c31ea30bbf3c2bc043 (diff) | |
download | hdf5-8081ee4221812ef6f76b9b267bf3b71a930fe0ef.zip hdf5-8081ee4221812ef6f76b9b267bf3b71a930fe0ef.tar.gz hdf5-8081ee4221812ef6f76b9b267bf3b71a930fe0ef.tar.bz2 |
[svn-r13095] Description:
Minor edits on the way to testing writing to shared attributes in dense
storage.
Tested on:
Mac OS X/32 10.4.8 (amazon)
Too minor to require h5committest
Diffstat (limited to 'src/H5Adense.c')
-rw-r--r-- | src/H5Adense.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Adense.c b/src/H5Adense.c index 61726f8..458381b 100644 --- a/src/H5Adense.c +++ b/src/H5Adense.c @@ -1203,7 +1203,7 @@ H5A_dense_delete(H5F_t *f, hid_t dxpl_id, H5O_t *oh) HDassert(oh); /* XXX: iterate through name index v2 B-tree and delete shared attributes */ -/* XXX: we need to delete shared/unshared attributes that use shared & committed components also */ +/* XXX: we need to delete shared & unshared attributes that use shared & committed components also */ /* Delete name index v2 B-tree */ if(H5B2_delete(f, dxpl_id, H5A_BT2_NAME, oh->name_bt2_addr, NULL, NULL) < 0) |