aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-rdf.c
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-07-23 23:06:21 +0800
committerDan Winship <danw@src.gnome.org>2003-07-23 23:06:21 +0800
commit16d96582c1133e540812255264195a24c37dc303 (patch)
tree854aeb697f65ee721089d42744ef01ea452b7c1d /my-evolution/e-summary-rdf.c
parentd5ce44bd78a6e5f9d722d299bc983928c10f160f (diff)
downloadgsoc2013-evolution-16d96582c1133e540812255264195a24c37dc303.tar
gsoc2013-evolution-16d96582c1133e540812255264195a24c37dc303.tar.gz
gsoc2013-evolution-16d96582c1133e540812255264195a24c37dc303.tar.bz2
gsoc2013-evolution-16d96582c1133e540812255264195a24c37dc303.tar.lz
gsoc2013-evolution-16d96582c1133e540812255264195a24c37dc303.tar.xz
gsoc2013-evolution-16d96582c1133e540812255264195a24c37dc303.tar.zst
gsoc2013-evolution-16d96582c1133e540812255264195a24c37dc303.zip
Fix a warning.
* e-summary-factory.c (e_summary_factory_new_control): Fix a warning. * e-summary-rdf.c (tree_walk): Fix a warning * e-summary-weather.c (e_summary_weather_get_html): Remove an unused variable. (weather_make_html): Likewise. svn path=/trunk/; revision=21906
Diffstat (limited to 'my-evolution/e-summary-rdf.c')
-rw-r--r--my-evolution/e-summary-rdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/my-evolution/e-summary-rdf.c b/my-evolution/e-summary-rdf.c
index e49d5d008f..cfd3b74d29 100644
--- a/my-evolution/e-summary-rdf.c
+++ b/my-evolution/e-summary-rdf.c
@@ -194,7 +194,7 @@ tree_walk (xmlNodePtr root,
charset = NULL;
} else {
/* bad/missing encoding, fallback to latin1 (locale?) */
- charset = r->cache->encoding ? r->cache->encoding : "iso-8859-1";
+ charset = r->cache->encoding ? (char *)r->cache->encoding : "iso-8859-1";
}
/* FIXME: Need arrows */