diff src/buddy_chat.c @ 3466:7a3f16a375a5

[gaim-migrate @ 3516] some patches from some people. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 29 Aug 2002 01:47:15 +0000
parents 736951485ac6
children cfbdfe334975
line wrap: on
line diff
--- a/src/buddy_chat.c	Thu Aug 29 01:43:23 2002 +0000
+++ b/src/buddy_chat.c	Thu Aug 29 01:47:15 2002 +0000
@@ -316,8 +316,8 @@
 
 static void do_invite(GtkWidget *w, struct conversation *b)
 {
-	char *buddy;
-	char *mess;
+	const char *buddy;
+	const char *mess;
 
 	if (!b->is_chat) {
 		debug_printf("do_invite: expecting chat, got IM\n");