refactor: fix warnings

This commit is contained in:
Justin M. Keyes
2017-02-04 05:57:15 +01:00
parent 67fbbdb1b5
commit ea449b16b9
4 changed files with 8 additions and 11 deletions

View File

@@ -1517,7 +1517,7 @@ int utf16_to_utf8(const WCHAR *strw, char **str)
0,
strw,
-1,
(LPSTR *)pos,
pos,
utf8_len,
NULL,
NULL);