Chip noticed that the intended optionality of the 'IV' was
[p5sagit/p5-mst-13.2.git] / util.c
diff --git a/util.c b/util.c
index 9720ce7..303a19f 100644 (file)
--- 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;