diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2007-09-02 16:22:14 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2007-09-02 16:22:14 +0000 |
commit | 9338d9f65f924cdeb350314bae7c8df66072d046 (patch) | |
tree | 5a46c1557a3576ddac5e246ac6f99a25fcb4e847 /textproc/xmlroff/files/patch-property-fo-property-id.c | |
parent | update to 9.4.1.2 (diff) |
Update to 0.5.2. Changes include:
* Fixed crash in locales with comma as decimal separator (#49)
* Cleaned up all compiler warnings (#51)
* >99% reduction in 'permanently lost' memory leaks (#52)
* Fixed compilation error when GNOME Print not installed (#34)
* Fixed segfaults when media-usage not 'paginate'
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, |