Oops! Change 24946 wasn't quite right
authorSteve Hay <SteveHay@planit.com>
Thu, 23 Jun 2005 10:21:53 +0000 (10:21 +0000)
committerSteve Hay <SteveHay@planit.com>
Thu, 23 Jun 2005 10:21:53 +0000 (10:21 +0000)
p4raw-id: //depot/perl@24950

doio.c

diff --git a/doio.c b/doio.c
index bcad18c..a2300fc 100644 (file)
--- 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--;