summaryrefslogtreecommitdiff
path: root/x11/gnomelibs/files/patch-zvt_update.c
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-08-24 08:24:21 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-08-24 08:24:21 +0000
commitb0b72e84ca1bbff28d76276597026ecba55ad171 (patch)
tree6c6e5d7487b5b6522b7a0615eee91ea98b3506d8 /x11/gnomelibs/files/patch-zvt_update.c
parentUpdate to 1.0.4. (diff)
Fix a problem with word selection in gnome-terminal. Bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=64948
Diffstat (limited to '')
-rw-r--r--x11/gnomelibs/files/patch-zvt_update.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/gnomelibs/files/patch-zvt_update.c b/x11/gnomelibs/files/patch-zvt_update.c
new file mode 100644
index 000000000000..ff09cf05607d
--- /dev/null
+++ b/x11/gnomelibs/files/patch-zvt_update.c
@@ -0,0 +1,11 @@
+--- zvt/update.c.orig Sat Aug 24 04:22:10 2002
++++ zvt/update.c Sat Aug 24 04:22:20 2002
+@@ -848,7 +848,7 @@
+ if (c>=256)
+ return 1;
+ ch = c&0xff;
+- return vx->wordclass[ch>>3]&(1<<(ch&7))!=0;
++ return (vx->wordclass[ch>>3]&(1<<(ch&7)))!=0;
+ }
+
+ /*