-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: rxvt-unicode-sixel
action: commit
revision:
path_from:
revision_from: 8884898283fb6f16992d20071e461c4e5eb5686e:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

git://git.thebackupbox.net/rxvt-unicode-sixel

commit 8884898283fb6f16992d20071e461c4e5eb5686e
Author: Marc Lehmann <schmorp@schmorp.de>
Date:   Thu Jun 7 20:22:40 2012 +0000

    *** empty log message ***

diff --git a/src/rxvtimg.C b/src/rxvtimg.C

index 931caae61852fb4f2d2dd8862d93b4e5eece9c4f..

index ..31b42d54d90a42524c3d37c2a418bad60d576249 100644

--- a/src/rxvtimg.C
+++ b/src/rxvtimg.C
@@ -117,7 +117,7 @@ rxvt_img::new_from_pixbuf (rxvt_screen *s, GdkPixbuf *pb)
             uint8_t g = *src++;
             uint8_t b = *src++;

-            uint32_t v = r | (g << 8) | (b << 16);
+            uint32_t v = (r << 16) | (g << 8) | b;

             if (ecb_big_endian ())
               v = ecb_bswap32 (v);

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

-- Response ended

-- Page fetched on Sun Jun 2 09:44:06 2024