From 5748f418f04eb0bbd805703a8578b201c7179729 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 22 May 2000 09:01:33 +0000 Subject: 2000-05-22 Andreas Jaeger * iconv/tst-iconv1.c (main): Remove const from inbuf to follow change in iconv.h. 2000-05-22 Andreas Jaeger * iconv/tst-iconv1.c (main): Remove const from inbuf to follow change in iconv.h. --- iconv/tst-iconv1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iconv/tst-iconv1.c') diff --git a/iconv/tst-iconv1.c b/iconv/tst-iconv1.c index 316434970b..7d180ddd50 100644 --- a/iconv/tst-iconv1.c +++ b/iconv/tst-iconv1.c @@ -10,7 +10,7 @@ main (void) char utf8[5]; wchar_t ucs4[5]; iconv_t cd; - const char *inbuf; + char *inbuf; char *outbuf; size_t inbytes; size_t outbytes; -- cgit v1.2.3