From: <the...@us...> - 2006-04-27 21:58:33
|
Revision: 16098 Author: thekingant Date: 2006-04-27 14:58:30 -0700 (Thu, 27 Apr 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16098&view=rev Log Message: ----------- A note Modified Paths: -------------- trunk/src/protocols/oscar/oscar.c Modified: trunk/src/protocols/oscar/oscar.c =================================================================== --- trunk/src/protocols/oscar/oscar.c 2006-04-25 18:09:54 UTC (rev 16097) +++ trunk/src/protocols/oscar/oscar.c 2006-04-27 21:58:30 UTC (rev 16098) @@ -5216,6 +5216,10 @@ GAIM_MESSAGE_ERROR, time(NULL)); gaim_plugin_oscar_convert_to_best_encoding(gc, NULL, buf, &buf2, &len, &charset, &charsubset); + /* + * Evan S. suggested that maxvis really does mean "number of + * visible characters" and not "number of bytes" + */ if ((len > c->maxlen) || (len > c->maxvis)) { g_free(buf2); return -E2BIG; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |