st

Mahdi's build of st
git clone git://mahdi.pw/st.git
Log | Files | Refs | README | LICENSE

commit 60b4ed87ca58638c3cce20e0fb88a45be77a5b18
parent 1140859409ee1a2cf7d1b1ddd8482d04b758f46a
Author: Mahdi Mirzade <[email protected]>
Date:   Tue, 12 Apr 2022 14:56:14 +0430

This was a really intelligent bug

Diffstat:
Mst.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/st.c b/st.c @@ -409,7 +409,7 @@ base64dec(const char *src) 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 0, 0, 0, 0, 0, 0, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51 - } + }; if (in_len % 4) in_len += 4 - (in_len % 4);