diff options
author | Robin Barker <RMBarker@cpan.org> | 2006-09-01 17:10:25 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-09-05 10:40:25 +0000 |
commit | f5992bc4a0a918eda67e6097aac8bd75a3b524e4 (patch) | |
tree | 26f5c02dc9031a2719076673e74cba5ac0173c56 /utf8.c | |
parent | 786e8c118e1218e4c348fecf469934e080881633 (diff) | |
download | perl-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |