*** empty log message ***
authorroot <root>
Sun, 10 Dec 2006 15:14:04 +0000 (15:14 +0000)
committerroot <root>
Sun, 10 Dec 2006 15:14:04 +0000 (15:14 +0000)
Changes
src/rxvtperl.xs

diff --git a/Changes b/Changes
index 74079cdcaaf664d53b0d43cbd1870f1d9a372afb..44818d7894b5b44f2afe75363bf95b4737c1f488 100644 (file)
--- a/Changes
+++ b/Changes
@@ -23,6 +23,8 @@ DUMB: support tex fonts
 TODO: fix rounding of colors when !xft (#aaaaaa => #a9a900) (do not use correct, but expected value)
 
        - fix make depend in src/, reported by exg.
+        - fixed typo in urxvt::GET_CUSTOM, causing the result to be wrong.
+          (patch by Sergey Vlasov).
 
 8.1  Thu Dec  7 22:27:25 CET 2006
         - ケリスマスプレゼント - zomg!!1, it's too early!!!
index 6051a20fd66f9d6992425fedd2a5c5b7889527bb..8d651b4304104a15cfd82f19b2e062828aaea66c 100644 (file)
@@ -943,7 +943,7 @@ SET_BGCOLOR (int rend, int new_color)
 int
 GET_CUSTOM (int rend)
        CODE:
-        RETVAL = (rend && RS_customMask) >> RS_customShift;
+        RETVAL = (rend & RS_customMask) >> RS_customShift;
        OUTPUT:
         RETVAL