aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/oscar/im.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-11-28 02:14:35 +0100
committerJelmer Vernooij <jelmer@samba.org>2005-11-28 02:14:35 +0100
commitcfcc5877b737800ab84cd67d9c413e7254ac1f50 (patch)
treeb4302a38f8a7a90c0328b2a15f947f06c7c8266f /protocols/oscar/im.c
parentcf136714caa13e2cd4bf8a69a29c08f3a1518f59 (diff)
parentb20b32f0785f9a1eff448382a98e64812469e112 (diff)
Merge from Wilmer
Diffstat (limited to 'protocols/oscar/im.c')
-rw-r--r--protocols/oscar/im.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/oscar/im.c b/protocols/oscar/im.c
index 4ceb0716..085687e0 100644
--- a/protocols/oscar/im.c
+++ b/protocols/oscar/im.c
@@ -2038,7 +2038,7 @@ int aim_im_sendmtn(aim_session_t *sess, guint16 type1, const char *sn, guint16 t
* Dest sn
*/
aimbs_put8(&fr->data, strlen(sn));
- aimbs_putraw(&fr->data, sn, strlen(sn));
+ aimbs_putraw(&fr->data, (const guint8*)sn, strlen(sn));
/*
* Type 2 (should be 0x0000, 0x0001, or 0x0002 for mtn)