aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.c
diff options
context:
space:
mode:
authorPeter Williams <peterw@src.gnome.org>2000-08-14 23:18:44 +0800
committerPeter Williams <peterw@src.gnome.org>2000-08-14 23:18:44 +0800
commit377513db1f7bbe49122a981bce1efb7295e09094 (patch)
tree3b8510e89787038953053f0526a545caacc5b2d1 /mail/mail-ops.c
parent31609c7e53f5da2ca27a5562e719ebf8cca333ba (diff)
downloadgsoc2013-evolution-377513db1f7bbe49122a981bce1efb7295e09094.tar
gsoc2013-evolution-377513db1f7bbe49122a981bce1efb7295e09094.tar.gz
gsoc2013-evolution-377513db1f7bbe49122a981bce1efb7295e09094.tar.bz2
gsoc2013-evolution-377513db1f7bbe49122a981bce1efb7295e09094.tar.lz
gsoc2013-evolution-377513db1f7bbe49122a981bce1efb7295e09094.tar.xz
gsoc2013-evolution-377513db1f7bbe49122a981bce1efb7295e09094.tar.zst
gsoc2013-evolution-377513db1f7bbe49122a981bce1efb7295e09094.zip
Compile fix for RH7.0beta from Kenny Graunke <kwg@teleport.com>; unprototype the disabled mail functions
svn path=/trunk/; revision=4836
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r--mail/mail-ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c
index 59c2f66ecc..3262237e13 100644
--- a/mail/mail-ops.c
+++ b/mail/mail-ops.c
@@ -796,7 +796,7 @@ do_scan_subfolders (gpointer in_data, gpointer op_data, CamelException *ex)
info = g_new (scan_subfolders_folderinfo_t, 1);
info->path = g_strdup_printf ("/%s", (char *) lsub->pdata[i]);
info->uri = g_strdup_printf ("%s%s%s", input->source_uri, splice,
- lsub->pdata[i]);
+ (char *)lsub->pdata[i]);
g_ptr_array_add (data->new_folders, info);
}