diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2010-09-22 16:59:41 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2010-09-22 16:59:41 (GMT) |
commit | d354e1f750f1e7f6938f4ba291954c129a577a7d (patch) | |
tree | 759a89567fc914b85b9078af428fc774b4fd3ffa /src/H5E.c | |
parent | 073aafa1e04e46ed9ef5cb8533b71a4acce4c2ff (diff) | |
download | hdf5-d354e1f750f1e7f6938f4ba291954c129a577a7d.zip hdf5-d354e1f750f1e7f6938f4ba291954c129a577a7d.tar.gz hdf5-d354e1f750f1e7f6938f4ba291954c129a577a7d.tar.bz2 |
[svn-r19466] Bug fix for 1707 - My previous checkin wasn't complete. I left out the case when the
deprecated symbols were disabled. I made a different definition for H5E_auto_op_t when the
deprecated symbols were disabled.
Tested on jam - a simple change.
Diffstat (limited to 'src/H5E.c')
-rw-r--r-- | src/H5E.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -177,7 +177,6 @@ H5E_set_default_auto(H5E_t *stk) #endif /* H5_USE_16_API_DEFAULT */ #ifdef H5_NO_DEPRECATED_SYMBOLS stk->auto_op.vers = 2; - stk->auto_op.func1 = NULL; #else stk->auto_op.func1 = (H5E_auto1_t)H5Eprint1; #endif |