diff options
author | Hugo van der Sanden <hv@crypt.org> | 2003-03-11 07:36:00 +0000 |
---|---|---|
committer | hv <hv@crypt.org> | 2003-03-11 07:36:00 +0000 |
commit | 9769094fedff9949aa6f6af210fc4a5ce20fc51d (patch) | |
tree | a109eafa3646414282632b3520af97ef45fbf812 /sv.c | |
parent | 1c4916e5d90f0028c91aaa6bda8d297844c9610e (diff) | |
download | perl-9769094fedff9949aa6f6af210fc4a5ce20fc51d.tar.gz |
typo for utf8locale in #18907
p4raw-id: //depot/perl@18912
Diffstat (limited to 'sv.c')
-rw-r--r-- | sv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11150,7 +11150,7 @@ perl_clone_using(PerlInterpreter *proto_perl, UV flags, PL_utf8_idcont = sv_dup_inc(proto_perl->Iutf8_idcont, param); /* Did the locale setup indicate UTF-8? */ - PL_utf8locale = proto_perl->Iutf8_locale; + PL_utf8locale = proto_perl->Iutf8locale; /* Unicode features (see perlrun/-C) */ PL_unicode = proto_perl->Iunicode; |