st

simple terminal

git clone https://9o.is/git/st.git

commit 791286d00dc1b21eb8a3aa0e33b0a968f47d68ff
parent 04e6f663760dda7a2f72656f8330f15a06ecd29a
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Fri,  9 Mar 2018 15:36:25 +0100

xhints: no need to initialize sizeh

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

diff --git a/x.c b/x.c @@ -780,7 +780,7 @@ xhints(void) XClassHint class = {opt_name ? opt_name : termname, opt_class ? opt_class : termname}; XWMHints wm = {.flags = InputHint, .input = 1}; - XSizeHints *sizeh = NULL; + XSizeHints *sizeh; sizeh = XAllocSizeHints();