Fixed iconv handle type
Signed-off-by: Richard Kunze <richard.kunze@web.de>
This commit is contained in:
parent
a2dfb056ea
commit
e59a8b41e7
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
typedef struct intlconv_cache {
|
||||
RB_ENTRY(intlconv_cache) ic_link;
|
||||
char *ic_charset_id;
|
||||
iconv_t *ic_handle;
|
||||
iconv_t ic_handle;
|
||||
} intlconv_cache_t;
|
||||
|
||||
static RB_HEAD(,intlconv_cache) intlconv_all;
|
||||
|
|
Loading…
Add table
Reference in a new issue