Procházet zdrojové kódy

* Fixed an uninitialised variable in the event queue handling.

tags/v0.99.beta14
Sam Hocevar sam před 18 roky
rodič
revize
0889bf4799
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. +3
    -0
      caca/caca.c

+ 3
- 0
caca/caca.c Zobrazit soubor

@@ -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;


Načítá se…
Zrušit
Uložit