diff src/protocols/oscar/txqueue.c @ 3048:e729c064bc1b

[gaim-migrate @ 3061] Some Image send fixes, and elimination of some compile warnings. There are still far too many (read: more than zero) committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Fri, 15 Mar 2002 00:56:15 +0000
parents e68e2ba82310
children 9682c0e022c6
line wrap: on
line diff
--- a/src/protocols/oscar/txqueue.c	Fri Mar 15 00:28:16 2002 +0000
+++ b/src/protocols/oscar/txqueue.c	Fri Mar 15 00:56:15 2002 +0000
@@ -241,7 +241,7 @@
 		    (conn->subtype == AIM_CONN_SUBTYPE_OFT_DIRECTIM)) {
 			/* I strongly suspect that this is a horrible thing to do
 			 * and I feel really guilty doing it. */
-			char *sn = aim_directim_getsn(conn);
+			const char *sn = aim_directim_getsn(conn);
 			aim_rxcallback_t userfunc;
 			while (count - wrote > 1024) {
 				wrote = wrote + aim_send(conn->fd, bs->data + bs->offset + wrote, 1024);