diff options
Diffstat (limited to 'src/H5.c')
-rw-r--r-- | src/H5.c | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -322,11 +322,10 @@ H5dont_atexit(void) H5TRACE0("e",""); if (dont_atexit_g) - HGOTO_DONE(FAIL) + ret_value=FAIL; + else + dont_atexit_g = TRUE; - dont_atexit_g = TRUE; - -done: FUNC_LEAVE_API(ret_value) } |