Skip to content

Commit

Permalink
locale.c: Silence compiler warning
Browse files Browse the repository at this point in the history
from some compilers
  • Loading branch information
khwilliamson committed Oct 26, 2016
1 parent 0d94136 commit e5d8cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locale.c
Expand Up @@ -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);
Expand Down

0 comments on commit e5d8cfc

Please sign in to comment.