diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1997-10-08 20:38:12 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1997-10-08 20:38:12 (GMT) |
commit | 8b66e90352aab1c3e7e2013a76c443be296367d8 (patch) | |
tree | 0cf251ddd03130bde57041d7b0115d0d5dbc430e /src/H5E.c | |
parent | 25b702e2bed191bcba75dd715863e94f926e70ea (diff) | |
download | hdf5-8b66e90352aab1c3e7e2013a76c443be296367d8.zip hdf5-8b66e90352aab1c3e7e2013a76c443be296367d8.tar.gz hdf5-8b66e90352aab1c3e7e2013a76c443be296367d8.tar.bz2 |
[svn-r114] Mostly changes to add new parameter to the H5Ainit_group call. The H5D, H5P
& H5T interfaces now share datatypes & dataspaces properly also.
Diffstat (limited to 'src/H5E.c')
-rw-r--r-- | src/H5E.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -135,7 +135,7 @@ static herr_t H5E_init_interface(void) FUNC_ENTER (H5E_init_interface, NULL, FAIL); /* Initialize the atom group for the error stacks */ - if((ret_value=H5Ainit_group(H5_ERR,H5A_ERRSTACK_HASHSIZE,0))!=FAIL) + if((ret_value=H5Ainit_group(H5_ERR,H5A_ERRSTACK_HASHSIZE,0,NULL))!=FAIL) ret_value=H5_add_exit(&H5E_term_interface); FUNC_LEAVE(ret_value); |