diff options
Diffstat (limited to 'x11/gnopernicus/patches/patch-ai')
-rw-r--r-- | x11/gnopernicus/patches/patch-ai | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/x11/gnopernicus/patches/patch-ai b/x11/gnopernicus/patches/patch-ai deleted file mode 100644 index 10cf737a00e..00000000000 --- a/x11/gnopernicus/patches/patch-ai +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-ai,v 1.1 2005/04/12 00:59:36 rillig Exp $ - -Needed for gcc-2.95. - ---- srlow/libsrlow/SRObject.c.orig Mon Feb 28 14:19:32 2005 -+++ srlow/libsrlow/SRObject.c Mon Apr 11 02:02:19 2005 -@@ -4206,9 +4206,10 @@ sro_text_get_caret_location (SRObject *o - offset = AccessibleText_getCaretOffset (acc_text); - if (offset == AccessibleText_getCharacterCount (acc_text) && offset > 0) - { -+ char *ret; - offset--; - last = TRUE;/*the char is the last char in the text*/ -- char *ret = AccessibleText_getTextBeforeOffset (acc_text, offset+1, -+ ret = AccessibleText_getTextBeforeOffset (acc_text, offset+1, - SPI_TEXT_BOUNDARY_LINE_START, &line_start_offset, &line_end_offset); - SPI_freeString (ret); - if (offset == line_start_offset && offset > 0) |