mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
Update.
* tests-mbwc/tst_wcscat.c (tst_wcscat): Correct format to avoid warning.
This commit is contained in:
parent
16247e11ac
commit
028f8f1899
@ -1,5 +1,8 @@
|
||||
2000-06-28 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* tests-mbwc/tst_wcscat.c (tst_wcscat): Correct format to avoid
|
||||
warning.
|
||||
|
||||
* Makefile (locale_test_suite): Add tst_mbrlen.
|
||||
(tst_mbrlen-ENV): New.
|
||||
|
||||
|
@ -51,7 +51,7 @@ tst_wcscat (FILE * fp, int debug_flg)
|
||||
{
|
||||
if (debug_flg)
|
||||
{
|
||||
fprintf (stdout, "tst_wcscat() : ws1[%d] = 0x%x\n", i,
|
||||
fprintf (stdout, "tst_wcscat() : ws1[%d] = 0x%lx\n", i,
|
||||
ws1[i]);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user