From 7570de4e351cb4c5528419763006cae0154fb788 Mon Sep 17 00:00:00 2001 From: Raymond Lu Date: Wed, 8 Sep 2004 09:48:58 -0500 Subject: [svn-r9221] Purpose: Bug fix Description: One place was left out for update after the Error API was modified. Changed it from H5Eset_auto to H5Eset_auto_stack. Platforms tested: sleipnir(with threadsafe) - simple change. --- test/ttsafe_error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ttsafe_error.c b/test/ttsafe_error.c index a946a40..7e5eb64 100644 --- a/test/ttsafe_error.c +++ b/test/ttsafe_error.c @@ -195,7 +195,7 @@ void *tts_error_thread(void UNUSED *arg) #ifdef H5_WANT_H5_V1_6_COMPAT H5Eset_auto(old_error_cb, old_error_client_data); #else /*H5_WANT_H5_V1_6_COMPAT*/ - H5Eset_auto(H5E_DEFAULT, old_error_cb, old_error_client_data); + H5Eset_auto_stack(H5E_DEFAULT, old_error_cb, old_error_client_data); #endif /* H5_WANT_H5_V1_6_COMPAT */ return NULL; -- cgit v0.12