From: <the...@us...> - 2006-10-30 04:45:14
|
Revision: 17627 http://svn.sourceforge.net/gaim/?rev=17627&view=rev Author: thekingant Date: 2006-10-29 20:45:06 -0800 (Sun, 29 Oct 2006) Log Message: ----------- Allow this to compile on Solaris, in the event that it is ever uncommented Modified Paths: -------------- trunk/libgaim/protocols/qq/send_file.c Modified: trunk/libgaim/protocols/qq/send_file.c =================================================================== --- trunk/libgaim/protocols/qq/send_file.c 2006-10-30 04:39:11 UTC (rev 17626) +++ trunk/libgaim/protocols/qq/send_file.c 2006-10-30 04:45:06 UTC (rev 17627) @@ -217,8 +217,8 @@ gaim_debug(GAIM_DEBUG_INFO, "QQ", "minor port closed\n"); } /* - if (info->buffer != NULL) { - munmap(info->buffer, gaim_xfer_get_size(xfer)); + if (info->u.buffer != NULL) { + munmap(info->u.buffer, gaim_xfer_get_size(xfer)); gaim_debug(GAIM_DEBUG_INFO, "QQ", "file mapping buffer is freed.\n"); } */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |