-- 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: 2d221a222e7acd8b591b44ea163e17db71193ec7:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

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

commit 2d221a222e7acd8b591b44ea163e17db71193ec7
Author: Marc Lehmann <schmorp@schmorp.de>
Date:   Tue Jan 17 20:27:41 2012 +0000

    fix an exg bug

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

index 46a38c4819f365816baa6c5ddbb9084d9f94e9d9..

index ..147d2d790d92faac4c6158ad95f2a4a78205b0ac 100644

--- a/src/rxvtfont.C
+++ b/src/rxvtfont.C
@@ -820,7 +820,7 @@ rxvt_font_x11::load (const rxvt_fontprop &prop, bool force_prop)
     {
       font_weight *best = fonts + count - 1;

-      for (font_weight *w = fonts; w < best; w++)
+      for (font_weight *w = fonts; w < fonts + count - 1; w++)
         if (w->diff <= best->diff)
           best = w;

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

-- Response ended

-- Page fetched on Sun Jun 2 10:22:15 2024