diff options
Diffstat (limited to 'WWW/Library/Implementation/HTVMSUtils.c')
-rw-r--r-- | WWW/Library/Implementation/HTVMSUtils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/HTVMSUtils.c b/WWW/Library/Implementation/HTVMSUtils.c index 64319071..7b609eb3 100644 --- a/WWW/Library/Implementation/HTVMSUtils.c +++ b/WWW/Library/Implementation/HTVMSUtils.c @@ -233,7 +233,7 @@ BOOL HTVMS_checkAccess(const char *FileName, * * */ -char *HTVMS_wwwName(const char *vmsname) +const char *HTVMS_wwwName(const char *vmsname) { static char wwwname[LY_MAXPATH]; const char *src; @@ -508,7 +508,7 @@ static struct dirent *HTVMSreaddir(DIR *dirp) struct dsc$descriptor_s entryname_desc; char *space, *slash; char VMSentry[256]; - char *UnixEntry; + const char *UnixEntry; entryname_desc.dsc$w_length = 255; entryname_desc.dsc$b_dtype = DSC$K_DTYPE_T; |