projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80c5160
)
(print_unicode_char): Remove `const' from declaration of
author
Jim Meyering
<jim@meyering.net>
Wed, 3 Jan 2001 10:08:43 +0000
(10:08 +0000)
committer
Jim Meyering
<jim@meyering.net>
Wed, 3 Jan 2001 10:08:43 +0000
(10:08 +0000)
local `inptr' to avoid warning with some system declarations of iconv.
lib/unicodeio.c
patch
|
blob
|
history
diff --git
a/lib/unicodeio.c
b/lib/unicodeio.c
index 13888529258acbdaf60e30cbdec5b3c76c6a85c7..2d11db22b5d9264a8ce9afb60ddd8b5ea44baaaa 100644
(file)
--- a/
lib/unicodeio.c
+++ b/
lib/unicodeio.c
@@
-158,7
+158,7
@@
print_unicode_char (FILE *stream, unsigned int code)
{
#if HAVE_ICONV
char outbuf[25];
- c
onst c
har *inptr;
+ char *inptr;
size_t inbytesleft;
char *outptr;
size_t outbytesleft;