aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
diff options
context:
space:
mode:
Diffstat (limited to 'e-util')
-rw-r--r--e-util/e-xml-utils.c6
-rw-r--r--e-util/e-xml-utils.c-568266
2 files changed, 6 insertions, 6 deletions
diff --git a/e-util/e-xml-utils.c b/e-util/e-xml-utils.c
index 7eb54105d1..db9cfafb92 100644
--- a/e-util/e-xml-utils.c
+++ b/e-util/e-xml-utils.c
@@ -48,7 +48,7 @@ e_xml_get_integer_prop_by_name(xmlNode *parent, xmlChar *prop_name)
void
e_xml_set_integer_prop_by_name(xmlNode *parent, xmlChar *prop_name, int value)
{
- xmlChar *value = g_strdup_printf("%d", value);
- xmlSetProp(parent, prop_name, value);
- g_free (value);
+ xmlChar *valuestr = g_strdup_printf("%d", value);
+ xmlSetProp(parent, prop_name, valuestr);
+ g_free (valuestr);
}
diff --git a/e-util/e-xml-utils.c-56826 b/e-util/e-xml-utils.c-56826
index 7eb54105d1..db9cfafb92 100644
--- a/e-util/e-xml-utils.c-56826
+++ b/e-util/e-xml-utils.c-56826
@@ -48,7 +48,7 @@ e_xml_get_integer_prop_by_name(xmlNode *parent, xmlChar *prop_name)
void
e_xml_set_integer_prop_by_name(xmlNode *parent, xmlChar *prop_name, int value)
{
- xmlChar *value = g_strdup_printf("%d", value);
- xmlSetProp(parent, prop_name, value);
- g_free (value);
+ xmlChar *valuestr = g_strdup_printf("%d", value);
+ xmlSetProp(parent, prop_name, valuestr);
+ g_free (valuestr);
}
h'>* - Update to 3.1.2miwi2007-10-104-20/+15 * - Drop Maintainershipmiwi2007-10-091-1/+1 * - Fix MASTER_SITESmiwi2006-11-011-1/+1 * Obey conventions and change my mail to @FreeBSD.org addressmiwi2006-06-171-1/+1 * - Update to 3.0.24sat2006-06-043-17/+19 * Remove USE_REINPLACE from all categories starting with Dedwin2006-05-051-1/+0 * SHA256ifyedwin2006-01-221-0/+1 * Update maintainer email address to match his other ports.linimon2005-07-261-1/+1 * Fix MASTER_SITE.tobez2005-02-141-1/+1