This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
typo for utf8locale in #18907
authorHugo van der Sanden <hv@crypt.org>
Tue, 11 Mar 2003 07:36:00 +0000 (07:36 +0000)
committerhv <hv@crypt.org>
Tue, 11 Mar 2003 07:36:00 +0000 (07:36 +0000)
p4raw-id: //depot/perl@18912

sv.c

diff --git a/sv.c b/sv.c
index da994f1..955153a 100644 (file)
--- a/sv.c
+++ b/sv.c
@@ -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;