summaryrefslogtreecommitdiffstats
path: root/src/H5.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2016-02-04 15:35:17 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2016-02-04 15:35:17 (GMT)
commitc746447b0dccc66e89038e2eae93cc88db67f825 (patch)
tree4c172679318e8df2e028132c585b58efa0838644 /src/H5.c
parente9139733f2e6d90c5474d2593519ee7c45b00155 (diff)
downloadhdf5-c746447b0dccc66e89038e2eae93cc88db67f825.zip
hdf5-c746447b0dccc66e89038e2eae93cc88db67f825.tar.gz
hdf5-c746447b0dccc66e89038e2eae93cc88db67f825.tar.bz2
[svn-r29041] Patch from Steffen Kiess that allows a relative path to be specified
for external dataset files set via H5Pset_external(). Resolves HDFFV-8740 Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial
Diffstat (limited to 'src/H5.c')
-rw-r--r--src/H5.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5.c b/src/H5.c
index 4de5731..41fb3ba 100644
--- a/src/H5.c
+++ b/src/H5.c
@@ -193,7 +193,8 @@ H5_init_library(void)
/* Normal library termination code */
(void)HDatexit(H5_term_library);
- H5_dont_atexit_g = TRUE;
+
+ H5_dont_atexit_g = TRUE;
} /* end if */
/*