Selaa lähdekoodia

* Fixed old typo that caused qq->height to be uninitialised.

tags/v0.99.beta14
Sam Hocevar sam 19 vuotta sitten
vanhempi
commit
3b410fdc89
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      cucul/cucul.c

+ 1
- 1
cucul/cucul.c Näytä tiedosto

@@ -51,7 +51,7 @@ cucul_t * cucul_create(unsigned int width, unsigned int height)
qq->fgcolor = CUCUL_COLOR_LIGHTGRAY;
qq->bgcolor = CUCUL_COLOR_BLACK;

qq->width = qq->width = 0;
qq->width = qq->height = 0;
qq->chars = NULL;
qq->attr = NULL;
qq->empty_line = qq->scratch_line = NULL;


Ladataan…
Peruuta
Tallenna