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-22 Andreas Jaeger <aj@suse.de> * iconv/tst-iconv1.c (main): Remove const from inbuf to follow change in iconv.h.
This commit is contained in:
parent
4a624ae307
commit
5748f418f0
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user