[awesome-menu] Fix uninitialized variable

This commit is contained in:
Julien Danjou 2008-03-28 12:47:13 +00:00
parent ff13d83f55
commit 989b89c0cd
1 changed files with 1 additions and 1 deletions

View File

@ -591,7 +591,7 @@ static void
handle_kpress(xcb_key_press_event_t *e)
{
char *buf;
xcb_keysym_t ksym;
xcb_keysym_t ksym = 0;
ssize_t len;
size_t text_dst_len, num;