src/buddy_chat.c

changeset 3466
db8d35ad8480
parent 3453
1c85e22614af
child 3474
83f382019594
--- 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");

mercurial