diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-03-20 01:48:49 +0000 |
---|---|---|
committer | Charles Bailey <bailey@genetics.upenn.edu> | 1996-03-20 01:48:49 +0000 |
commit | 271c29639254e6265b801536ac93f7ab8998e9c6 (patch) | |
tree | c9c07029f7471a961ba65c210cf258efe4448fa2 /pp_hot.c | |
parent | a6c477ed8d4864e6557784ad46991944ec9b9f86 (diff) | |
download | perl-271c29639254e6265b801536ac93f7ab8998e9c6.tar.gz |
Change calling sequence for VMS-specific routine
Diffstat (limited to 'pp_hot.c')
-rw-r--r-- | pp_hot.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |