Ver código fonte

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

tags/v0.99.beta14
Sam Hocevar sam 19 anos atrás
pai
commit
3b410fdc89
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      cucul/cucul.c

+ 1
- 1
cucul/cucul.c Ver arquivo

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


Carregando…
Cancelar
Salvar