From 78e348bf9c043dcf9e27d13f53d549187ea4686c Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Wed, 28 Feb 2007 17:14:18 -0500 Subject: [svn-r13434] Used const char * instead of char pointer for HDremove_all function that is used on VMS. This should fix C++ compilation failures on VMS. Platforms tested: kagiso, VMS is stilll going on. --- src/H5system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5system.c b/src/H5system.c index 30367ce..63ef9aa 100644 --- a/src/H5system.c +++ b/src/H5system.c @@ -559,7 +559,7 @@ void HDsrand(unsigned int seed) */ #ifdef H5_VMS int -HDremove_all(char *fname) +HDremove_all(const char *fname) { int ret_value = -1; char *_fname; -- cgit v0.12