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;
|
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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue