aboutsummaryrefslogtreecommitdiff
path: root/x11/gnome-libs/files/patch-zvt_update.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gnome-libs/files/patch-zvt_update.c')
-rw-r--r--x11/gnome-libs/files/patch-zvt_update.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11/gnome-libs/files/patch-zvt_update.c b/x11/gnome-libs/files/patch-zvt_update.c
deleted file mode 100644
index ff09cf05607d..000000000000
--- a/x11/gnome-libs/files/patch-zvt_update.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;
- }
-
- /*