File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,11 +77,11 @@ STMT_START { \
77
77
XORSHIFT_RAND_BITS(PL_hash_rand_bits); \
78
78
if (DEBUG_HASH_RAND_BITS) { \
79
79
PerlIO_printf( Perl_debug_log, \
80
- "PL_hash_rand_bits=%016"UVxf" @ %s:%-4d", \
80
+ "PL_hash_rand_bits=%016" UVxf" @ %s:%-4d", \
81
81
(UV)PL_hash_rand_bits, __FILE__, __LINE__ \
82
82
); \
83
83
if (DEBUG_v_TEST && key) { \
84
- PerlIO_printf( Perl_debug_log, " key:'%.*s' %"UVuf"\n", \
84
+ PerlIO_printf( Perl_debug_log, " key:'%.*s' %" UVuf"\n", \
85
85
(int)klen, \
86
86
key ? key : "", /* silence warning */ \
87
87
(UV )klen \
Original file line number Diff line number Diff line change @@ -5076,7 +5076,7 @@ Perl_debug_hash_seed(pTHX_ bool via_debug_h)
5076
5076
: "DETERMINISTIC" );
5077
5077
if (DEBUG_h_TEST )
5078
5078
PerlIO_printf (Perl_debug_log ,
5079
- " RAND_BITS=0x%" UVxf , PL_hash_rand_bits );
5079
+ " RAND_BITS=0x%" UVxf , PL_hash_rand_bits );
5080
5080
#endif
5081
5081
PerlIO_printf (Perl_debug_log , "\n" );
5082
5082
}
You can’t perform that action at this time.
0 commit comments