summaryrefslogtreecommitdiff
path: root/vms
diff options
context:
space:
mode:
Diffstat (limited to 'vms')
-rw-r--r--vms/vms.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vms/vms.c b/vms/vms.c
index c8e0536e2c..38029d7a4d 100644
--- a/vms/vms.c
+++ b/vms/vms.c
@@ -5077,7 +5077,7 @@ mp_do_rmsexpand
if (!rms_nam_rsll(mynam)) {
if (isunix) {
- if (do_tounixspec(esa,outbuf,0,fs_utf8) == NULL) {
+ if (do_tounixspec(tbuf, outbuf ,0 , fs_utf8) == NULL) {
if (out) Safefree(out);
if (esal != NULL)
PerlMem_free(esal);
@@ -5087,7 +5087,7 @@ mp_do_rmsexpand
return NULL;
}
}
- else strcpy(outbuf,esa);
+ else strcpy(outbuf, tbuf);
}
else if (isunix) {
tmpfspec = PerlMem_malloc(VMS_MAXRSS);