ソースを参照

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


読み込み中…
キャンセル
保存