From 2fad2c60b64c48f62eaa060adb286afd86113a79 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper <drepper@redhat.com> Date: Tue, 20 Feb 2001 02:14:31 +0000 Subject: Update. * iconv/tst-iconv1.c (main): Remove debugging code. --- iconv/tst-iconv1.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'iconv') diff --git a/iconv/tst-iconv1.c b/iconv/tst-iconv1.c index 7d180ddd50..d40fe539ba 100644 --- a/iconv/tst-iconv1.c +++ b/iconv/tst-iconv1.c @@ -29,15 +29,11 @@ main (void) inbuf = utf8; inbytes = 4; outbuf = (char *) ucs4; -#ifdef OK - outbytes = 5 * sizeof (wchar_t); /* Ok. */ -#else outbytes = 4 * sizeof (wchar_t); /* "Argument list too long" error. */ -#endif n = iconv (cd, &inbuf, &inbytes, &outbuf, &outbytes); if (n == (size_t) -1) { - perror ("iconv"); + printf ("iconv: %m\n"); iconv_close (cd); return 1; } -- cgit v1.2.3-70-g09d2