This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fa1346
)
Oops! Change 24946 wasn't quite right
author
Steve Hay
<SteveHay@planit.com>
Thu, 23 Jun 2005 10:21:53 +0000
(10:21 +0000)
committer
Steve Hay
<SteveHay@planit.com>
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--;