Skip to content

Commit bf31346

Browse files
committed
locale.c prob. separate push \n in DEBUG
1 parent 9f2776d commit bf31346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locale.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8802,7 +8802,7 @@ S_strftime8(pTHX_ const char * fmt,
88028802
locale,
88038803
INDEX_TO_USE);
88048804
DEBUG_Lv(PerlIO_printf(Perl_debug_log,
8805-
"fmt=%s, retval=%s; utf8ness=%d",
8805+
"fmt=%s, retval=%s; utf8ness=%d\n",
88068806
fmt,
88078807
((is_strict_utf8_string((U8 *) SvPVX(sv), 0))
88088808
? SvPVX(sv)

0 commit comments

Comments
 (0)