Browse Source

* Fixed an uninitialised variable in the event queue handling.

tags/v0.99.beta14
Sam Hocevar sam 18 years ago
parent
commit
0889bf4799
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      caca/caca.c

+ 3
- 0
caca/caca.c View File

@@ -76,6 +76,9 @@ caca_t * caca_attach(cucul_t * qq)
kk->events.autorepeat_ticks = 0;
kk->events.last_key = 0;
#endif
#if defined(USE_SLANG) || defined(USE_NCURSES) || defined(USE_CONIO)
kk->events.queue = 0;
#endif

kk->timer.last_sec = 0;
kk->timer.last_usec = 0;


Loading…
Cancel
Save