diff plugins/raw.c @ 7746:d7fd01f7bdcb

[gaim-migrate @ 8391] " These patches fix the raw plugin and the gaiminc plugins so that they compile and function correctly." --Paul A (darkrain) committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Thu, 04 Dec 2003 12:12:11 +0000
parents 7dba3e17cb21
children d7b8eb1f0a18
line wrap: on
line diff
--- a/plugins/raw.c	Thu Dec 04 08:40:38 2003 +0000
+++ b/plugins/raw.c	Thu Dec 04 12:12:11 2003 +0000
@@ -73,7 +73,7 @@
 			break;
 
 		case GAIM_PROTO_JABBER:
-			jab_send_raw(*(jconn *)gc->proto_data, txt);
+			jabber_send_raw((JabberStream *)gc->proto_data, txt, -1);
 			break;
 
 		default: