summaryrefslogtreecommitdiffstats
path: root/vms
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2011-04-28 20:03:35 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2011-04-28 20:03:35 (GMT)
commite5467b3e4e1a42f917055e64f037f182a5f000e7 (patch)
treeffc76a8647cb19e30382753d303908909d2a3f10 /vms
parent32642cd2d0e75fdcfd8e87119a1f2e8a51fee47e (diff)
downloadhdf5-e5467b3e4e1a42f917055e64f037f182a5f000e7.zip
hdf5-e5467b3e4e1a42f917055e64f037f182a5f000e7.tar.gz
hdf5-e5467b3e4e1a42f917055e64f037f182a5f000e7.tar.bz2
[svn-r20666] Bug fix: VMS has trouble to deal with absolute path. I changed dtypes.c to use the file name only. I also
updated the current directory path in vms/test/H5srcdir_str.h. Tested on jam and OpenVMS.
Diffstat (limited to 'vms')
-rw-r--r--vms/test/H5srcdir_str.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/test/H5srcdir_str.h b/vms/test/H5srcdir_str.h
index faf1b03..6e19146 100644
--- a/vms/test/H5srcdir_str.h
+++ b/vms/test/H5srcdir_str.h
@@ -19,4 +19,4 @@
*/
/* Set the 'srcdir' path from configure time */
-static const char *config_srcdir = "[.]";
+static const char *config_srcdir = "[...]";