diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-04-26 10:28:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-04-26 10:28:28 +0000 |
commit | bc900b1118e1fc7b065b37e4d28aa7c998ce5a66 (patch) | |
tree | a357833b862e355303d57f645f5e2d52f3e775c3 /iconvdata/euccn.c | |
parent | 918b9d72a9980efd4622bd25506da9531a952dbe (diff) | |
download | glibc-bc900b1118e1fc7b065b37e4d28aa7c998ce5a66.tar.gz glibc-bc900b1118e1fc7b065b37e4d28aa7c998ce5a66.tar.xz glibc-bc900b1118e1fc7b065b37e4d28aa7c998ce5a66.zip |
Update.
1998-04-26 Ulrich Drepper <drepper@cygnus.com> * iconvdata/gconv-modules: Add entry for ISO-2022-JP and ISO-2022-JP-2.
Diffstat (limited to 'iconvdata/euccn.c')
-rw-r--r-- | iconvdata/euccn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iconvdata/euccn.c b/iconvdata/euccn.c index 7ab670f9f5..89b8f48ebb 100644 --- a/iconvdata/euccn.c +++ b/iconvdata/euccn.c @@ -54,7 +54,7 @@ { \ /* Two or more byte character. First test whether the \ next character is also available. */ \ - const char *endp; \ + const unsigned char *endp; \ \ if (NEED_LENGTH_TEST && inptr + 1 >= inend) \ { \ |