diff options
| -rw-r--r-- | x.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -1743,7 +1743,7 @@ kpress(XEvent *ev)  {  	XKeyEvent *e = &ev->xkey;  	KeySym ksym; -	char buf[32], *customkey; +	char buf[64], *customkey;  	int len;  	Rune c;  	Status status; | 
