summaryrefslogtreecommitdiff
path: root/plugins/!NotAdopted/Skype/utf8.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/!NotAdopted/Skype/utf8.c')
-rwxr-xr-x[-rw-r--r--]plugins/!NotAdopted/Skype/utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/!NotAdopted/Skype/utf8.c b/plugins/!NotAdopted/Skype/utf8.c
index 8ae746e871..063e973444 100644..100755
--- a/plugins/!NotAdopted/Skype/utf8.c
+++ b/plugins/!NotAdopted/Skype/utf8.c
@@ -131,7 +131,7 @@ wchar_t *make_unicode_string(const unsigned char *utf8)
int utf8_encode(const char *from, char **to)
{
wchar_t *unicode;
- int wchars, err;
+ INT64 wchars, err;
wchars = MultiByteToWideChar(CP_ACP, MB_PRECOMPOSED, from, strlen(from), NULL, 0);