--- src/w32-util.c +++ src/w32-util.c @@ -173,7 +173,7 @@ NULL; caller may use GetLastError to get the actual error number. Calling this function with STRING set to NULL is not defined. */ static wchar_t * -utf8_to_wchar (const char *string) +utf8_to_wchar_ (const char *string) { int n; wchar_t *result; @@ -206,7 +206,7 @@ if (!string) return NULL; - return utf8_to_wchar (string); + return utf8_to_wchar_ (string); } ' alt='cgit logo'/> index : lo/translations
LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2017-10-04 13:52:16 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2017-10-04 14:40:36 +0200
commita19f72fff1301f4ff17251d901db5a211660dd82 (patch)
tree8d7321e20b69ea74f8b5e12c774cb39dfdfc1073
parent48680064c47bf583b39b67fdea25fccdadf7cb70 (diff)
update translations for 5.3.7 rc1 libreoffice-5-3
and force-fix errors using pocheck Change-Id: I5a27ea19f32a43495bd604f70a78c2bdbfd972e9
Diffstat