diff options
Diffstat (limited to 'perlapi.c')
-rw-r--r-- | perlapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4203,7 +4203,7 @@ Perl_taint_env(pTHXo) #undef Perl_taint_proper void -Perl_taint_proper(pTHXo_ const char* f, char* s) +Perl_taint_proper(pTHXo_ const char* f, const char* s) { ((CPerlObj*)pPerl)->Perl_taint_proper(f, s); } |