diff options
Diffstat (limited to 'textproc/xmlroff/files/patch-property-fo-property-id.c')
-rw-r--r-- | textproc/xmlroff/files/patch-property-fo-property-id.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/textproc/xmlroff/files/patch-property-fo-property-id.c b/textproc/xmlroff/files/patch-property-fo-property-id.c deleted file mode 100644 index ba2932843720..000000000000 --- a/textproc/xmlroff/files/patch-property-fo-property-id.c +++ /dev/null @@ -1,15 +0,0 @@ ---- 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, |