Revision: 17735
http://svn.sourceforge.net/gaim/?rev=17735&view=rev
Author: lschiere
Date: 2006-11-10 06:38:08 -0800 (Fri, 10 Nov 2006)
Log Message:
-----------
(09:35:51) Alver: http://studwww.ugent.be/~lvalboom/zephyr.patch
(09:36:03) LSchiere2: how many do you have?
(09:36:14) Alver: That's all so far
Modified Paths:
--------------
trunk/libgaim/protocols/zephyr/Zinternal.c
Modified: trunk/libgaim/protocols/zephyr/Zinternal.c
===================================================================
--- trunk/libgaim/protocols/zephyr/Zinternal.c 2006-11-10 14:35:37 UTC (rev 17734)
+++ trunk/libgaim/protocols/zephyr/Zinternal.c 2006-11-10 14:38:08 UTC (rev 17735)
@@ -893,7 +893,7 @@
sizeof(__My_addr));
}
message_len = min(notice->z_message_len-offset, fragsize);
- partnotice.z_message = notice->z_message+offset;
+ partnotice.z_message = (char*)notice->z_message+offset;
partnotice.z_message_len = message_len;
if ((retval = Z_FormatAuthHeader(&partnotice, buffer, Z_MAXHEADERLEN,
&ret_len, cert_func)) != ZERR_NONE) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|