FreeBSD Bugzilla – Attachment #139686: iconv-HZ-start-comes-before-end.patch for
bug #185964
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 185964
| Differences between
iconv-void-ptr-ptr.patch
iconv-VIQR-boundary-check.patch
and this patch
Collapse All
|
Expand All
(-)
lib/libiconv_modules/HZ/citrus_hz.c (-1 / +1 lines)
Lines 65-72
Link Here
65
} charset_t;
65
} charset_t;
66
66
67
typedef struct {
67
typedef struct {
68
int start;
68
int end;
69
int end;
69
int start;
70
int width;
70
int width;
71
} range_t;
71
} range_t;
72
72
Return to
bug 185964