diff options
author | Egbert Eich <eich@freedesktop.org> | 2004-04-15 10:13:24 +0000 |
---|---|---|
committer | Egbert Eich <eich@freedesktop.org> | 2004-04-15 10:13:24 +0000 |
commit | 08f8e56701977d8d3c5a67b22047019633ba6375 (patch) | |
tree | c18cbf09d48aaafcf00c3c86bc95148bd40d56e9 /modules/im/ximcp/imLcPrs.c | |
parent | 90b6f32bbe219045cebe7927b55261d63583fa06 (diff) |
Merged changes from RELEASE-1 branchXORG-CURRENT-CLOSED
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'; } |