* tests-mbwc/tst_wcscat.c (tst_wcscat): Correct format to avoid
	warning.
This commit is contained in:
Andreas Jaeger 2000-06-28 13:09:35 +00:00
parent 16247e11ac
commit 028f8f1899
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -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]);
}