--- 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");