This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
MULTIPLICITY nit.
authorNick Ing-Simmons <nik@tiuk.ti.com>
Sun, 17 Dec 2000 22:07:13 +0000 (22:07 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Sun, 17 Dec 2000 22:07:13 +0000 (22:07 +0000)
p4raw-id: //depot/perl@8154

mg.c

diff --git a/mg.c b/mg.c
index a61d167..0ac0742 100644 (file)
--- a/mg.c
+++ b/mg.c
@@ -403,7 +403,7 @@ Perl_magic_len(pTHX_ SV *sv, MAGIC *mg)
                    char *s    = rx->subbeg + s1;
                    char *send = rx->subbeg + t1;
 
-                   i = Perl_utf8_length((U8*)s, (U8*)send);
+                   i = Perl_utf8_length(aTHX_ (U8*)s, (U8*)send);
                }
                if (i < 0)
                    Perl_croak(aTHX_ "panic: magic_len: %d", i);