Increase XmbLookupString buffer (f5fd0c)

This commit is contained in:
bakkeby 2020-03-24 14:28:43 +01:00
parent 94ade62f52
commit fac82e981c

2
x.c
View File

@ -2104,7 +2104,7 @@ kpress(XEvent *ev)
{ {
XKeyEvent *e = &ev->xkey; XKeyEvent *e = &ev->xkey;
KeySym ksym; KeySym ksym;
char buf[32], *customkey; char buf[64], *customkey;
int len; int len;
Rune c; Rune c;
Status status; Status status;