aboutsummaryrefslogtreecommitdiff
path: root/textproc/xmlroff/files/patch-property-fo-property-id.c
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/xmlroff/files/patch-property-fo-property-id.c')
-rw-r--r--textproc/xmlroff/files/patch-property-fo-property-id.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/xmlroff/files/patch-property-fo-property-id.c b/textproc/xmlroff/files/patch-property-fo-property-id.c
new file mode 100644
index 000000000000..ba2932843720
--- /dev/null
+++ b/textproc/xmlroff/files/patch-property-fo-property-id.c
@@ -0,0 +1,15 @@
+--- property/fo-property-id.c.orig Mon Jan 30 23:46:23 2006
++++ property/fo-property-id.c Mon Jan 30 23:46:44 2006
+@@ -262,10 +262,11 @@
+ {
+ static int count = 1;
+ FoProperty *id;
++ gchar *id_string = NULL;
+
+ id = fo_property_id_new ();
+
+- gchar * id_string = g_strdup_printf ("id-%d",
++ id_string = g_strdup_printf ("id-%d",
+ count++);
+ /* Set the initial value here */
+ fo_property_set_value (id,