summaryrefslogtreecommitdiff
path: root/doio.c
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2005-06-23 10:21:53 +0000
committerSteve Hay <SteveHay@planit.com>2005-06-23 10:21:53 +0000
commitd08fa7601ff56603f730a23e4363d5e951ce06c2 (patch)
treefdf003a866050c479b3c4d44d3e256afb62a81e1 /doio.c
parent0fa134633c25c81f88c755a1df2a0e565cac3868 (diff)
downloadperl-d08fa7601ff56603f730a23e4363d5e951ce06c2.tar.gz
Oops! Change 24946 wasn't quite right
p4raw-id: //depot/perl@24950
Diffstat (limited to 'doio.c')
-rw-r--r--doio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doio.c b/doio.c
index bcad18ce2c..a2300fc189 100644
--- a/doio.c
+++ b/doio.c
@@ -1841,7 +1841,7 @@ nothing in the core.
APPLY_TAINT_PROPER();
tot = sp - mark;
while (++mark <= sp) {
- char *name = SvPV_nolen_const(*mark);
+ char *name = SvPV_nolen(*mark);
APPLY_TAINT_PROPER();
if (PerlLIO_utime(name, utbufp))
tot--;