From c435267723233da063f2ffdbc472a687cbc16658 Mon Sep 17 00:00:00 2001 From: 1 Date: Sun, 21 Oct 2001 20:27:43 +0000 Subject: Dont do the macro stuff - basically so you can actually debug calls. 2001-10-21 * camel-store.c (CS_CLASS): Dont do the macro stuff - basically so you can actually debug calls. (camel_store_uri_cmp): New function to compare store objects. * camel-vee-folder.c (vee_folder_add_info): oops, dont free the vuid, since its alloca'd now. (folder_changed_change): Kill a compile warning. svn path=/trunk/; revision=13855 --- camel/camel-vee-folder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/camel-vee-folder.c') diff --git a/camel/camel-vee-folder.c b/camel/camel-vee-folder.c index cb720debee..37bca4767b 100644 --- a/camel/camel-vee-folder.c +++ b/camel/camel-vee-folder.c @@ -1307,7 +1307,7 @@ folder_changed_change(CamelSession *session, CamelSessionThreadMsg *msg) dd(printf(" Vfolder %supdate\nuids match:", (vf->flags & CAMEL_STORE_VEE_FOLDER_AUTO)?"auto-":"")); matches_hash = g_hash_table_new(g_str_hash, g_str_equal); for (i=0;ilen;i++) { - dd(printf(" %s", matches->pdata[i])); + dd(printf(" %s", (char *)matches->pdata[i])); g_hash_table_insert(matches_hash, matches->pdata[i], matches->pdata[i]); } dd(printf("\n")); -- cgit v1.2.3