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