repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 731ef7303030634e6115c495b1e06d5b6ddcff04:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 731ef7303030634e6115c495b1e06d5b6ddcff04
Author: Marc Lehmann 
Date:   Thu Jun 30 17:00:18 2016 +0000

    *** empty log message ***

diff --git a/src/command.C b/src/command.C
index 3106bc9b79bd58d98cafd3d2e37514b4de314176..
index ..92add58ead5dc8bf87673206397624111ff15ace 100644
--- a/src/command.C
+++ b/src/command.C
@@ -3388,14 +3388,9 @@ rxvt_term::map_rgb24_color (unsigned int r, unsigned int g, unsigned int b)
       int g = idx_r + dxyz[n][1];
       int b = idx_r + dxyz[n][2];

-      if (!IN_RANGE_EXC (r, 0, Red_levels))
-        continue;
-
-      if (!IN_RANGE_EXC (g, 0, Green_levels))
-        continue;
-
-      if (!IN_RANGE_EXC (b, 0, Blue_levels))
-        continue;
+      if (!IN_RANGE_EXC (r, 0, Red_levels  )) continue;
+      if (!IN_RANGE_EXC (g, 0, Green_levels)) continue;
+      if (!IN_RANGE_EXC (b, 0, Blue_levels )) continue;

       unsigned int index = colorcube_index (r, g, b);

-----END OF PAGE-----