summaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
authorRobin Barker <RMBarker@cpan.org>2006-09-01 17:10:25 +0100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-09-05 10:40:25 +0000
commitf5992bc4a0a918eda67e6097aac8bd75a3b524e4 (patch)
tree26f5c02dc9031a2719076673e74cba5ac0173c56 /utf8.c
parent786e8c118e1218e4c348fecf469934e080881633 (diff)
downloadperl-f5992bc4a0a918eda67e6097aac8bd75a3b524e4.tar.gz
; was RE: [PATCH perlio.c pp.c regcomp.c] silence format and comparison warnings
From: "Robin Barker" <Robin.Barker@npl.co.uk> Message-ID: <2C2E01334A940D4792B3E115F95B7226120A21@exchsvr1.npl.ad.local> p4raw-id: //depot/perl@28786
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 f3e36337bd..19f54cab39 100644
--- a/utf8.c
+++ b/utf8.c
@@ -896,7 +896,7 @@ Perl_utf16_to_utf8(pTHX_ U8* p, U8* d, I32 bytelen, I32 *newlen)
}
if (bytelen & 1)
- Perl_croak(aTHX_ "panic: utf16_to_utf8: odd bytelen %"UVf, (UV)bytelen);
+ Perl_croak(aTHX_ "panic: utf16_to_utf8: odd bytelen %"UVuf, (UV)bytelen);
pend = p + bytelen;