From 1bafa31bc2b7f1919b12240a4bb27077d0e0064f Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 5 Sep 2000 23:12:12 +0000 Subject: kill a warning svn path=/trunk/; revision=5214 --- mail/mail-ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/mail-ops.c b/mail/mail-ops.c index 5cb1287ff1..03b6ce1a58 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -2250,7 +2250,7 @@ do_view_messages (gpointer in_data, gpointer op_data, CamelException *ex) CamelMimeMessage *message; mail_op_set_message (_("Retrieving message %d of %d (uid \"%s\")"), - i + 1, input->uids->len, input->uids->pdata[i]); + i + 1, input->uids->len, (char *)input->uids->pdata[i]); mail_tool_camel_lock_up (); message = camel_folder_get_message (input->folder, input->uids->pdata[i], ex); -- cgit v1.2.3