77881379e9
- Remove deprecated alpha support. - Remove redundant hunk from patch. (#823905)
15 lines
555 B
Diff
15 lines
555 B
Diff
diff --git a/iconvdata/ibm930.c b/iconvdata/ibm930.c
|
|
index 25a9be0..6f758eb 100644
|
|
--- a/iconvdata/ibm930.c
|
|
+++ b/iconvdata/ibm930.c
|
|
@@ -162,7 +162,8 @@ enum
|
|
while (ch > rp2->end) \
|
|
++rp2; \
|
|
\
|
|
- if (__builtin_expect (ch < rp2->start, 0) \
|
|
+ if (__builtin_expect (rp2->start == 0xffff, 0) \
|
|
+ || __builtin_expect (ch < rp2->start, 0) \
|
|
|| (res = __ibm930db_to_ucs4[ch + rp2->idx], \
|
|
__builtin_expect (res, L'\1') == L'\0' && ch != '\0')) \
|
|
{ \
|