diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-08-01 04:24:24 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-08-01 04:24:24 +0000 |
commit | a7867d0afe06715af8daed54e07334b50c98a192 (patch) | |
tree | b120c8eb6fe966ff38d3f39338637e9c7bf3d56e /utf8.c | |
parent | aaa68c4a88ea4a62f62819baf4cacc0ca679c5fa (diff) | |
download | perl-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |