summaryrefslogtreecommitdiff
path: root/iconvdata/iso-2022-kr.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-03-15 23:57:45 +0000
committerUlrich Drepper <drepper@redhat.com>1999-03-15 23:57:45 +0000
commit97e94e491a3d0ec2bd2c2788e191e749684571ad (patch)
treeefadbafadce37a5d3aa5756dd6dd0d21572129d4 /iconvdata/iso-2022-kr.c
parent2c8aeff8bb08761e5d09c5ffa09026cc46a8761e (diff)
Update.
1999-03-15 Ulrich Drepper <drepper@cygnus.com> * iconv/iconv.c (iconv): Correctly cast parameters for __gconv. * iconvdata/iso-2022-kr.c (EMIT_SHIFT_TO_INIT): Change type of outbuf to unsigned char to avoid warning.
Diffstat (limited to 'iconvdata/iso-2022-kr.c')
-rw-r--r--iconvdata/iso-2022-kr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/iconvdata/iso-2022-kr.c b/iconvdata/iso-2022-kr.c
index b6aee4d933..a0c213cdfe 100644
--- a/iconvdata/iso-2022-kr.c
+++ b/iconvdata/iso-2022-kr.c
@@ -1,5 +1,5 @@
/* Conversion module for ISO-2022-KR.
- Copyright (C) 1998 Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
@@ -80,7 +80,7 @@ enum
data->statep->count = ASCII_set; \
else \
{ \
- char *outbuf = data->outbuf; \
+ unsigned char *outbuf = data->outbuf; \
\
/* We are not in the initial state. To switch back we have \
to emit `SI'. */ \