1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

(print_unicode_char): Remove `const' from declaration of

local `inptr' to avoid warning with some system declarations of iconv.
This commit is contained in:
Jim Meyering
2001-01-03 10:08:43 +00:00
parent b7f12e5291
commit 5686f159ab

View File

@@ -158,7 +158,7 @@ print_unicode_char (FILE *stream, unsigned int code)
{
#if HAVE_ICONV
char outbuf[25];
const char *inptr;
char *inptr;
size_t inbytesleft;
char *outptr;
size_t outbytesleft;