[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.
This commit is contained in:
Raymond Lu
2011-04-28 15:03:35 -05:00
parent 32642cd2d0
commit e5467b3e4e
2 changed files with 5 additions and 1 deletions

View File

@@ -19,4 +19,4 @@
*/
/* Set the 'srcdir' path from configure time */
static const char *config_srcdir = "[.]";
static const char *config_srcdir = "[...]";