From a7867d0afe06715af8daed54e07334b50c98a192 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Tue, 1 Aug 2000 04:24:24 +0000 Subject: various syntax errors and such (not fixed: comp/require.t#22 coredump on Windows) p4raw-id: //depot/perl@6476 --- utf8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utf8.c') 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; -- cgit v1.2.1