diff options
author | Steve Hay <SteveHay@planit.com> | 2005-06-23 10:21:53 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2005-06-23 10:21:53 +0000 |
commit | d08fa7601ff56603f730a23e4363d5e951ce06c2 (patch) | |
tree | fdf003a866050c479b3c4d44d3e256afb62a81e1 /doio.c | |
parent | 0fa134633c25c81f88c755a1df2a0e565cac3868 (diff) | |
download | perl-d08fa7601ff56603f730a23e4363d5e951ce06c2.tar.gz |
Oops! Change 24946 wasn't quite right
p4raw-id: //depot/perl@24950
Diffstat (limited to 'doio.c')
-rw-r--r-- | doio.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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--; |