summaryrefslogtreecommitdiffstats
path: root/src/H5E.c
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2010-09-22 20:58:02 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2010-09-22 20:58:02 (GMT)
commit43a4a5dcff7489611bd484b7e776190680ec830d (patch)
treea56ff1f69e0b5ff6af9167dc9dec7f282adef39f /src/H5E.c
parent2087c6a9e49daa4d160fdbd79230bb3b36e63c30 (diff)
downloadhdf5-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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5E.c b/src/H5E.c
index 55137ba..704253f 100644
--- a/src/H5E.c
+++ b/src/H5E.c
@@ -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