summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>1996-03-20 01:48:49 +0000
committerCharles Bailey <bailey@genetics.upenn.edu>1996-03-20 01:48:49 +0000
commit271c29639254e6265b801536ac93f7ab8998e9c6 (patch)
treec9c07029f7471a961ba65c210cf258efe4448fa2
parenta6c477ed8d4864e6557784ad46991944ec9b9f86 (diff)
downloadperl-271c29639254e6265b801536ac93f7ab8998e9c6.tar.gz
Change calling sequence for VMS-specific routine
-rw-r--r--pp_hot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_hot.c b/pp_hot.c
index 63362c45c0..8fe39f37f7 100644
--- a/pp_hot.c
+++ b/pp_hot.c
@@ -1016,7 +1016,7 @@ do_readline()
*(end++) = '\n'; *end = '\0';
for (cp = rstr; *cp; cp++) *cp = _tolower(*cp);
if (hasdir) {
- if (isunix) trim_unixpath(SvPVX(tmpglob),rstr);
+ if (isunix) trim_unixpath(rstr,SvPVX(tmpglob));
begin = rstr;
}
else {