changeset 14957:0b98802a97cf

[gaim-migrate @ 17735] (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 committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 10 Nov 2006 14:38:08 +0000
parents e3daf404bf2c
children 6dbff723fabc
files libgaim/protocols/zephyr/Zinternal.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgaim/protocols/zephyr/Zinternal.c	Fri Nov 10 14:35:37 2006 +0000
+++ b/libgaim/protocols/zephyr/Zinternal.c	Fri Nov 10 14:38:08 2006 +0000
@@ -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) {