From 3e92dd740160be7c12098e4ac61656423c3451e2 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sun, 7 Nov 2004 22:27:01 +0000 Subject: Add some files missed in the previous GNOME 2.8 update. --- .../gnopernicus/files/patch-braille_libbrl_brlxml.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 accessibility/gnopernicus/files/patch-braille_libbrl_brlxml.c (limited to 'accessibility/gnopernicus/files/patch-braille_libbrl_brlxml.c') diff --git a/accessibility/gnopernicus/files/patch-braille_libbrl_brlxml.c b/accessibility/gnopernicus/files/patch-braille_libbrl_brlxml.c new file mode 100644 index 000000000000..3a2d38735abb --- /dev/null +++ b/accessibility/gnopernicus/files/patch-braille_libbrl_brlxml.c @@ -0,0 +1,13 @@ +--- braille/libbrl/brlxml.c.orig Tue Aug 3 14:50:31 2004 ++++ braille/libbrl/brlxml.c Tue Aug 3 14:50:48 2004 +@@ -730,9 +730,9 @@ + /* fprintf (stderr, "\n attr_val; %s", *attrs); */ + if (g_strcasecmp ((gchar*)*attrs, "mode") == 0) + { +- ++attrs; + gint16 new_offset = 0; + gshort sign = 1; ++ ++attrs; + + attr_val = g_strdup ((gchar*)*attrs); + tattr_val = g_strdup (attr_val); -- cgit v1.2.3