From e78a5a26355e648b09dc3fba8366e15f4132439f Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 24 Jul 2002 20:23:38 +0000 Subject: cast! svn path=/trunk/; revision=17577 --- mail/mail-ops.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/mail/mail-ops.c b/mail/mail-ops.c index c3b652d6fc..5d3345fa8b 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -1339,10 +1339,9 @@ get_store_get (struct _mail_msg *mm) /*camel_session_get_store connects us, which we don't want to do on startup. */ - m->store = camel_session_get_service (session, m->uri, - CAMEL_PROVIDER_STORE, - &mm->ex); - + m->store = (CamelStore *) camel_session_get_service (session, m->uri, + CAMEL_PROVIDER_STORE, + &mm->ex); } static void -- cgit v1.2.3