2000-05-22 Andreas Jaeger <aj@suse.de>
authorAndreas Jaeger <aj@suse.de>
Mon, 22 May 2000 09:01:33 +0000 (09:01 +0000)
committerAndreas Jaeger <aj@suse.de>
Mon, 22 May 2000 09:01:33 +0000 (09:01 +0000)
* iconv/tst-iconv1.c (main): Remove const from inbuf to follow
change in iconv.h.
2000-05-22  Andreas Jaeger  <aj@suse.de>

* iconv/tst-iconv1.c (main): Remove const from inbuf to follow
change in iconv.h.

ChangeLog
iconv/tst-iconv1.c

index a83f8b4..758d918 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-05-22  Andreas Jaeger  <aj@suse.de>
+
+       * iconv/tst-iconv1.c (main): Remove const from inbuf to follow
+       change in iconv.h.
+
 2000-05-19  Andreas Jaeger  <aj@suse.de>
 
        * sysdeps/unix/sysv/linux/i386/i686/sysdep.h
index 3164349..7d180dd 100644 (file)
@@ -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;