From 6d497bbef7f18e37f862c2eaa1820f87546936e1 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 25 Aug 2002 08:44:43 +0000 Subject: Update. * libio/tst-freopen.c (main): Use correct formats for __LINE__. * libio/tst-mmap-setvbuf.c (main): Likewise. * libio/tst-widetext.c (main): Likewise. * libio/tst-mmap-eofsync.c (do_test): Use correct format in error message. * libio/tst-mmap-fflushsync.c (do_test): Likewise. * libio/tst-mmap2-eofsync.c (do_test): Likewise. --- localedata/tests-mbwc/tst_strxfrm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'localedata/tests-mbwc/tst_strxfrm.c') diff --git a/localedata/tests-mbwc/tst_strxfrm.c b/localedata/tests-mbwc/tst_strxfrm.c index 0a3789399c..fdfeffc892 100644 --- a/localedata/tests-mbwc/tst_strxfrm.c +++ b/localedata/tests-mbwc/tst_strxfrm.c @@ -54,7 +54,7 @@ tst_strxfrm (FILE * fp, int debug_flg) rec + 1); fprintf (stdout, " : err = %d | %s\n", errno_save, strerror (errno)); - fprintf (stdout, " : ret = %u\n", ret); + fprintf (stdout, " : ret = %zu\n", ret); fprintf (stdout, " : org = %s\n", org1); } @@ -77,7 +77,7 @@ tst_strxfrm (FILE * fp, int debug_flg) fprintf (stderr, " ..............( 2nd call )\n"); fprintf (stdout, " : err = %d | %s\n", errno, strerror (errno)); - fprintf (stdout, " : ret = %u\n", ret); + fprintf (stdout, " : ret = %zu\n", ret); fprintf (stdout, " : org = %s\n", org2); } -- cgit 1.4.1