diff options
Diffstat (limited to 'modules/im/ximcp/imLcPrs.c')
-rw-r--r-- | modules/im/ximcp/imLcPrs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/im/ximcp/imLcPrs.c b/modules/im/ximcp/imLcPrs.c index 5122820..ee2c4b8 100644 --- a/modules/im/ximcp/imLcPrs.c +++ b/modules/im/ximcp/imLcPrs.c @@ -47,7 +47,7 @@ extern int _Xmbstowcs( int len ); -extern int _XFree86mbstoutf8( +extern int _Xmbstoutf8( char *ustr, const char *str, int len @@ -584,7 +584,7 @@ parseline( } memcpy((char *)rhs_string_wc, (char *)local_wc_buf, (l + 1) * sizeof(wchar_t) ); - l = _XFree86mbstoutf8(local_utf8_buf, rhs_string_mb, LOCAL_UTF8_BUFSIZE - 1); + l = _Xmbstoutf8(local_utf8_buf, rhs_string_mb, LOCAL_UTF8_BUFSIZE - 1); if (l == LOCAL_UTF8_BUFSIZE - 1) { local_wc_buf[l] = '\0'; } |