From: Jarkko Hietaniemi Date: Tue, 18 Feb 2003 14:01:34 +0000 (+0000) Subject: Format nit. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d5fb0cc6f61f4be5573cf82c6eec2f249c3cf390;p=p5sagit%2Fp5-mst-13.2.git Format nit. p4raw-id: //depot/perl@18741 --- diff --git a/util.c b/util.c index 9720ce7..303a19f 100644 --- a/util.c +++ b/util.c @@ -4357,7 +4357,7 @@ Perl_parse_unicode_opts(pTHX_ char **popt) opt = PERL_UNICODE_DEFAULT_FLAGS; if (opt & ~PERL_UNICODE_ALL_FLAGS) - Perl_croak(aTHX_ "Unknown Unicode option value 0x%"IVdf, + Perl_croak(aTHX_ "Unknown Unicode option value 0x%"UVuf, (UV) (opt & ~PERL_UNICODE_ALL_FLAGS)); *popt = p;