mirror of git://sourceware.org/git/glibc.git
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>
|
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.
|
* Makefile (locale_test_suite): Add tst_mbrlen.
|
||||||
(tst_mbrlen-ENV): New.
|
(tst_mbrlen-ENV): New.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,7 @@ tst_wcscat (FILE * fp, int debug_flg)
|
||||||
{
|
{
|
||||||
if (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]);
|
ws1[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue