aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-11-21 02:28:44 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-11-21 02:28:44 +0000
commit5e2f128ab9ae657ac21afef67c4da5ce41b363ed (patch)
tree38e120a3f2364bf46bac0742d6403e05190656ee /deskutils
parent1ccc1fa5fe29e933d38d16bbcdf6ad41ce7df8bb (diff)
downloadports-5e2f128ab9ae657ac21afef67c4da5ce41b363ed.tar.gz
ports-5e2f128ab9ae657ac21afef67c4da5ce41b363ed.zip
Fix build on -stable.
Notes
Notes: svn path=/head/; revision=94590
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/gucharmap/files/patch-gucharmap::gucharmap-window.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/deskutils/gucharmap/files/patch-gucharmap::gucharmap-window.c b/deskutils/gucharmap/files/patch-gucharmap::gucharmap-window.c
new file mode 100644
index 000000000000..be3377f48d34
--- /dev/null
+++ b/deskutils/gucharmap/files/patch-gucharmap::gucharmap-window.c
@@ -0,0 +1,12 @@
+--- gucharmap/gucharmap-window.c.orig Thu Nov 20 21:26:42 2003
++++ gucharmap/gucharmap-window.c Thu Nov 20 21:27:03 2003
+@@ -113,8 +113,8 @@
+ {
+ 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')
+ {