Fix typo.
Patch by Bruno Haible <haible@ilog.fr>.
This commit is contained in:
parent
0ebfb8d7aa
commit
786731fc3c
@ -31,7 +31,7 @@
|
|||||||
2000-01-23 Ulrich Drepper <drepper@cygnus.com>
|
2000-01-23 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
* iconv/gconv_simple.c: Fix two problems in UTF-8 decoder.
|
* iconv/gconv_simple.c: Fix two problems in UTF-8 decoder.
|
||||||
Patch by Bruno Haibe <haible@ilog.fr>.
|
Patch by Bruno Haible <haible@ilog.fr>.
|
||||||
|
|
||||||
2000-01-05 Roland McGrath <roland@baalperazim.frob.com>
|
2000-01-05 Roland McGrath <roland@baalperazim.frob.com>
|
||||||
|
|
||||||
|
@ -320,7 +320,7 @@ internal_ucs4_loop (const unsigned char **inptrp, const unsigned char *inend,
|
|||||||
if (i < cnt || (cnt > 2 && (ch >> (5 * cnt - 4)) == 0)) \
|
if (i < cnt || (cnt > 2 && (ch >> (5 * cnt - 4)) == 0)) \
|
||||||
{ \
|
{ \
|
||||||
/* This is an illegal encoding. */ \
|
/* This is an illegal encoding. */ \
|
||||||
result = GCONV_ILLEGAL_INPUT; \
|
result = __GCONV_ILLEGAL_INPUT; \
|
||||||
break; \
|
break; \
|
||||||
} \
|
} \
|
||||||
\
|
\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user