diff options
| author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-07 22:27:01 +0000 |
|---|---|---|
| committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-07 22:27:01 +0000 |
| commit | 3e92dd740160be7c12098e4ac61656423c3451e2 (patch) | |
| tree | e1ac779153f6e53625c72149ff5adac693964e11 /accessibility/gnopernicus/files/patch-braille_libbrl_brlxml.c | |
| parent | Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact). (diff) | |
Add some files missed in the previous GNOME 2.8 update.
Notes
Notes:
svn path=/head/; revision=121069
Diffstat (limited to 'accessibility/gnopernicus/files/patch-braille_libbrl_brlxml.c')
| -rw-r--r-- | accessibility/gnopernicus/files/patch-braille_libbrl_brlxml.c | 13 |
1 files changed, 13 insertions, 0 deletions
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); |
