# HG changeset patch # User Luke Schierer # Date 1163169488 0 # Node ID 0b98802a97cf6f59ff6b728605d35b11ba018773 # Parent e3daf404bf2cc675c5928e900dbe7d9be0b0a190 [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 diff -r e3daf404bf2c -r 0b98802a97cf libgaim/protocols/zephyr/Zinternal.c --- 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) {