diff options
Diffstat (limited to 'x11/gnomelibs/files/patch-zvt_update.c')
-rw-r--r-- | x11/gnomelibs/files/patch-zvt_update.c | 11 |
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; + } + + /* |