aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-xml-hash-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-xml-hash-utils.c')
-rw-r--r--e-util/e-xml-hash-utils.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/e-util/e-xml-hash-utils.c b/e-util/e-xml-hash-utils.c
index 3100807b13..ba72321afe 100644
--- a/e-util/e-xml-hash-utils.c
+++ b/e-util/e-xml-hash-utils.c
@@ -32,7 +32,8 @@ GHashTable *
e_xml_to_hash (xmlDoc *doc, EXmlHashType type)
{
xmlNode *root, *node;
- const char *key, *value;
+ const char *key;
+ xmlChar *value;
GHashTable *hash;
hash = g_hash_table_new (g_str_hash, g_str_equal);