Mercurial > pidgin
changeset 15243:859250fbf8a5
[gaim-migrate @ 18033]
Hunted down a spare * in my garage and put it somewhere appropriate.
committer: Tailor Script <tailor@pidgin.im>
author | Evan Schoenberg <evan.s@dreskin.net> |
---|---|
date | Wed, 20 Dec 2006 20:38:20 +0000 |
parents | 3a13e7e2ed33 |
children | ebe19ec7c78c |
files | libgaim/protocols/oscar/oscar.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libgaim/protocols/oscar/oscar.c Wed Dec 20 20:29:11 2006 +0000 +++ b/libgaim/protocols/oscar/oscar.c Wed Dec 20 20:38:20 2006 +0000 @@ -427,7 +427,7 @@ if (ret == NULL) ret = gaim_plugin_oscar_convert_to_utf8(data, datalen, charsetstr2, TRUE); if (ret == NULL) { - char *str, *salvage, tmp; + char *str, *salvage, *tmp; str = g_malloc(datalen + 1); strncpy(str, data, datalen);