瀏覽代碼

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

tags/v0.99.beta14
Sam Hocevar sam 19 年之前
父節點
當前提交
3b410fdc89
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      cucul/cucul.c

+ 1
- 1
cucul/cucul.c 查看文件

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


Loading…
取消
儲存