diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2010-09-22 20:58:02 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2010-09-22 20:58:02 (GMT) |
commit | 43a4a5dcff7489611bd484b7e776190680ec830d (patch) | |
tree | a56ff1f69e0b5ff6af9167dc9dec7f282adef39f /src/H5E.c | |
parent | 2087c6a9e49daa4d160fdbd79230bb3b36e63c30 (diff) | |
download | hdf5-43a4a5dcff7489611bd484b7e776190680ec830d.zip hdf5-43a4a5dcff7489611bd484b7e776190680ec830d.tar.gz hdf5-43a4a5dcff7489611bd484b7e776190680ec830d.tar.bz2 |
[svn-r19469] 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 |