projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
35676c7
)
MULTIPLICITY nit.
Nick Ing-Simmons [Sun, 17 Dec 2000 22:07:13 +0000 (22:07 +0000)]
p4raw-id: //depot/perl@8154
mg.c
patch
|
blob
|
blame
|
history
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);