In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/e5d8cfc54f46edb55f615c1b070d809c6a47efb7?hp=0d94136269cd77412aa60b5660955d3f682df082>

- Log -----------------------------------------------------------------
commit e5d8cfc54f46edb55f615c1b070d809c6a47efb7
Author: Karl Williamson <[email protected]>
Date:   Wed Oct 26 12:20:29 2016 -0600

    locale.c: Silence compiler warning
    
    from some compilers
-----------------------------------------------------------------------

Summary of changes:
 locale.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/locale.c b/locale.c
index 15cccd9a2b..3f07154e43 100644
--- a/locale.c
+++ b/locale.c
@@ -1944,7 +1944,7 @@ S_print_collxfrm_input_and_return(pTHX_
 
     PERL_ARGS_ASSERT_PRINT_COLLXFRM_INPUT_AND_RETURN;
 
-    PerlIO_printf(Perl_debug_log, "_mem_collxfrm[%d]: returning ",
+    PerlIO_printf(Perl_debug_log, "_mem_collxfrm[%u]: returning ",
                                                             PL_collation_ix);
     if (xlen) {
         PerlIO_printf(Perl_debug_log, "%"UVuf"", (UV) *xlen);

--
Perl5 Master Repository

Reply via email to