File warning-fix.patch of Package evolution-exchange
Index: camel/camel-exchange-store.c
===================================================================
RCS file: /cvs/gnome/evolution-exchange/camel/camel-exchange-store.c,v
retrieving revision 1.29.2.1
diff -u -p -r1.29.2.1 camel-exchange-store.c
--- camel/camel-exchange-store.c 20 Nov 2006 15:07:17 -0000 1.29.2.1
+++ camel/camel-exchange-store.c 20 Nov 2006 16:47:42 -0000
@@ -642,7 +642,7 @@ make_folder_info (CamelExchangeStore *ex
temp = strrchr (path+2, '/');
if (temp) {
/* info->full_name should not have encoded path */
- info->full_name = camel_url_decode_path (path+2);
+ info->full_name = (char *)camel_url_decode_path (path+2);
/*
fixed_path = g_strndup (path+2, temp-(path+2));