summaryrefslogtreecommitdiff
path: root/fonts/gucharmap/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/gucharmap/patches/patch-ab')
-rw-r--r--fonts/gucharmap/patches/patch-ab14
1 files changed, 14 insertions, 0 deletions
diff --git a/fonts/gucharmap/patches/patch-ab b/fonts/gucharmap/patches/patch-ab
new file mode 100644
index 00000000000..f12a56b0a64
--- /dev/null
+++ b/fonts/gucharmap/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1 2004/03/14 16:11:33 wiz Exp $
+
+--- gucharmap/gucharmap-window.c.orig Tue Nov 18 17:30:12 2003
++++ gucharmap/gucharmap-window.c
+@@ -113,8 +113,8 @@ do_search (GucharmapWindow *guw,
+ {
+ const gchar *no_leading_space, *nptr;
+ char *endptr;
+- g_assert (direction == -1 || direction == 1);
+ gunichar wc;
++ g_assert (direction == -1 || direction == 1);
+
+ if (search_text[0] == '\0')
+ {