mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 21:40:12 +00:00
localedate: Fix printf type on tst_mbrtowc
Checked on x86_64-linux-gnu and i686-linux-gnu.
This commit is contained in:
parent
d1eefcb2a0
commit
74942fd273
@ -64,7 +64,7 @@ tst_mbrtowc (FILE * fp, int debug_flg)
|
||||
{
|
||||
fprintf (stdout, "mbrtowc() [ %s : %d : %d ] ret = %zd\n",
|
||||
locale, rec + 1, seq_num + 1, ret);
|
||||
fprintf (stdout, " errno = %hd\n",
|
||||
fprintf (stdout, " errno = %d\n",
|
||||
errno_save);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user