summaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-08-01 04:24:24 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-08-01 04:24:24 +0000
commita7867d0afe06715af8daed54e07334b50c98a192 (patch)
treeb120c8eb6fe966ff38d3f39338637e9c7bf3d56e /utf8.c
parentaaa68c4a88ea4a62f62819baf4cacc0ca679c5fa (diff)
downloadperl-a7867d0afe06715af8daed54e07334b50c98a192.tar.gz
various syntax errors and such (not fixed: comp/require.t#22 coredump
on Windows) p4raw-id: //depot/perl@6476
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utf8.c b/utf8.c
index 6a99d9dff1..e86c49fdcf 100644
--- a/utf8.c
+++ b/utf8.c
@@ -333,7 +333,7 @@ Perl_utf16_to_utf8(pTHX_ U8* p, U8* d, I32 bytelen, I32 *newlen)
U8* dstart = d;
if (bytelen & 1)
- Perl_croak("panic: utf16_to_utf8: odd bytelen");
+ Perl_croak(aTHX_ "panic: utf16_to_utf8: odd bytelen");
pend = p + bytelen;