diff options
author | Mike Guy <mjtg@cam.ac.uk> | 2000-09-01 18:43:33 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-09-01 19:37:40 +0000 |
commit | 246fae53ea6ae12991e7653f136a0f797ce002d4 (patch) | |
tree | 217a07ca92ca48618ff14c8cead58f88b284fbb3 /perlapi.c | |
parent | 93d73c42a7dc0b497a6a2eb40edcb6429896653c (diff) | |
download | perl-246fae53ea6ae12991e7653f136a0f797ce002d4.tar.gz |
Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?)
Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
p4raw-id: //depot/perl@6988
Diffstat (limited to 'perlapi.c')
-rw-r--r-- | perlapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3359,7 +3359,7 @@ Perl_utf8_hop(pTHXo_ U8 *s, I32 off) #undef Perl_utf8_to_bytes U8* -Perl_utf8_to_bytes(pTHXo_ U8 *s, STRLEN len) +Perl_utf8_to_bytes(pTHXo_ U8 *s, STRLEN *len) { return ((CPerlObj*)pPerl)->Perl_utf8_to_bytes(s, len); } |