Increase XmbLookupString buffer (f5fd0c)
This commit is contained in:
parent
94ade62f52
commit
fac82e981c
1 changed files with 1 additions and 1 deletions
2
x.c
2
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue