summaryrefslogtreecommitdiff
path: root/textproc/xmlroff/files/patch-property::fo-property-util.c
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2007-09-02 16:22:14 +0000
committerHiroki Sato <hrs@FreeBSD.org>2007-09-02 16:22:14 +0000
commit9338d9f65f924cdeb350314bae7c8df66072d046 (patch)
tree5a46c1557a3576ddac5e246ac6f99a25fcb4e847 /textproc/xmlroff/files/patch-property::fo-property-util.c
parentupdate 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-util.c')
-rw-r--r--textproc/xmlroff/files/patch-property::fo-property-util.c29
1 files changed, 0 insertions, 29 deletions
diff --git a/textproc/xmlroff/files/patch-property::fo-property-util.c b/textproc/xmlroff/files/patch-property::fo-property-util.c
deleted file mode 100644
index b18f0139cde6..000000000000
--- a/textproc/xmlroff/files/patch-property::fo-property-util.c
+++ /dev/null
@@ -1,29 +0,0 @@
---- property/fo-property-util.c.orig Tue Apr 26 04:09:35 2005
-+++ property/fo-property-util.c Tue Jun 14 22:22:38 2005
-@@ -1866,6 +1866,8 @@
- FoContext *context,
- GError **error)
- {
-+ FoDatatype *new_style;
-+ FoDatatype *new_color;
- g_return_val_if_fail (datatype != NULL, NULL);
- g_return_val_if_fail (FO_IS_DATATYPE (datatype), NULL);
- g_return_val_if_fail (context != NULL, NULL);
-@@ -1886,7 +1888,7 @@
- return NULL;
- }
-
-- FoDatatype *new_style =
-+ new_style =
- fo_property_util_validate_style (fo_wsc_get_style (datatype),
- context,
- &tmp_error);
-@@ -1897,7 +1899,7 @@
- return NULL;
- }
-
-- FoDatatype *new_color =
-+ new_color =
- fo_property_util_validate_color_transparent (fo_wsc_get_color (datatype),
- context,
- &tmp_error);