From 5748f418f04eb0bbd805703a8578b201c7179729 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 22 May 2000 09:01:33 +0000 Subject: [PATCH] 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. --- ChangeLog | 5 +++++ iconv/tst-iconv1.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a83f8b4..758d918 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-05-22 Andreas Jaeger + + * iconv/tst-iconv1.c (main): Remove const from inbuf to follow + change in iconv.h. + 2000-05-19 Andreas Jaeger * sysdeps/unix/sysv/linux/i386/i686/sysdep.h diff --git a/iconv/tst-iconv1.c b/iconv/tst-iconv1.c index 3164349..7d180dd 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; -- 2.7.4