diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2010-10-11 23:40:33 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2010-10-11 23:40:33 (GMT) |
commit | 2dacb3874d577d7daa9a7aac371b80aaa8a6763e (patch) | |
tree | 8a3fe94c1e1d87b555ad562e4f2a351e1b270634 /src/H5E.c | |
parent | 233741567405cb6a983399b19ae298fd9211e124 (diff) | |
download | hdf5-2dacb3874d577d7daa9a7aac371b80aaa8a6763e.zip hdf5-2dacb3874d577d7daa9a7aac371b80aaa8a6763e.tar.gz hdf5-2dacb3874d577d7daa9a7aac371b80aaa8a6763e.tar.bz2 |
[svn-r19579] Description:
Correct error reporting function when using 1.6 APIs as default API.
Tested on:
FreeBSD/32 6.3 (duty) in debug mode
FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode
Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x,
w/C++ & FORTRAN, w/threadsafe, in debug mode
Linux/64-amd64 2.6 (amani) w/Intel compilers, w/default API=1.6.x,
w/C++ & FORTRAN, in production mode
Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN,
w/szip filter, w/threadsafe, in production mode
Linux/PPC 2.6 (heiwa) w/C++ & FORTRAN, w/threadsafe, in debug mode
Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN,
in production mode
Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in debug mode
Diffstat (limited to 'src/H5E.c')
-rw-r--r-- | src/H5E.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -173,7 +173,6 @@ H5E_set_default_auto(H5E_t *stk) #ifndef H5_NO_DEPRECATED_SYMBOLS #ifdef H5_USE_16_API_DEFAULT stk->auto_op.vers = 1; - stk->auto_op.u.func1 = (H5E_auto1_t)H5Eprint1; #else /* H5_USE_16_API */ stk->auto_op.vers = 2; #endif /* H5_USE_16_API_DEFAULT */ |