From: <ev...@us...> - 2006-12-20 20:38:30
|
Revision: 18033 http://svn.sourceforge.net/gaim/?rev=18033&view=rev Author: evands Date: 2006-12-20 12:38:20 -0800 (Wed, 20 Dec 2006) Log Message: ----------- Hunted down a spare * in my garage and put it somewhere appropriate. Modified Paths: -------------- trunk/libgaim/protocols/oscar/oscar.c Modified: trunk/libgaim/protocols/oscar/oscar.c =================================================================== --- trunk/libgaim/protocols/oscar/oscar.c 2006-12-20 20:29:11 UTC (rev 18032) +++ trunk/libgaim/protocols/oscar/oscar.c 2006-12-20 20:38:20 UTC (rev 18033) @@ -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); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |