Mercurial > pidgin
changeset 27820:769142e728ec
Somehow this bit got left in there. Should really compile this time.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Tue, 04 Aug 2009 04:18:57 +0000 |
parents | 6ef1f49d6b6c |
children | 79630bfee621 |
files | libpurple/protocols/msn/slp.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/msn/slp.c Tue Aug 04 03:52:57 2009 +0000 +++ b/libpurple/protocols/msn/slp.c Tue Aug 04 04:18:57 2009 +0000 @@ -342,7 +342,7 @@ file_size = GUINT32_FROM_LE(*(gsize *)(bin + 8)); file_name = g_convert(bin + 20, MAX_FILE_NAME_LEN, "UTF-8", "UTF-16LE", - NULL, NULL, &error); + NULL, NULL, NULL); g_free(bin);