-- 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: 4dc7c98941ffef95996816534bfbc48f69648367:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

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

commit 4dc7c98941ffef95996816534bfbc48f69648367
Author: Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
Date:   Tue Oct 23 21:54:42 2007 +0000

    *** empty log message ***

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

index b2aef19d697f4c1b634bd167818861af9f99a028..

index ..4e56baff129108127ef4ea82149932e7948d7f5c 100644

--- a/src/misc.C
+++ b/src/misc.C
@@ -81,7 +81,7 @@ rxvt_wcstoutf8 (const wchar_t *str, int len)
         *p++ = 0xc0 | ( w >>  6),
         *p++ = 0x80 | ( w        & 0x3f);
       else if (w < 0x010000)
-        *p++ = 0xe0 | ( w >> 12       ),
+        *p++ = 0xe0 | ( w >> 12),
         *p++ = 0x80 | ((w >>  6) & 0x3f),
         *p++ = 0x80 | ( w        & 0x3f);
       else if (w < 0x110000)

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

-- Response ended

-- Page fetched on Sun Jun 2 10:59:52 2024