projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0fa1346
)
Oops! Change 24946 wasn't quite right
Steve Hay [Thu, 23 Jun 2005 10:21:53 +0000 (10:21 +0000)]
p4raw-id: //depot/perl@24950
doio.c
patch
|
blob
|
blame
|
history
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--;