commit fac82e981cb90fab1ca2d08333436170aab67298 parent 94ade62f529fc3f19fec02cabcd4c762fe71dc36 Author: bakkeby <bakkeby@gmail.com> Date: Tue, 24 Mar 2020 14:28:43 +0100 Increase XmbLookupString buffer (f5fd0c) Diffstat:
| M | x.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x.c b/x.c @@ -2104,7 +2104,7 @@ kpress(XEvent *ev) { XKeyEvent *e = &ev->xkey; KeySym ksym; - char buf[32], *customkey; + char buf[64], *customkey; int len; Rune c; Status status;