ソースを参照

* Fixed warnings in ansi importer

tags/v0.99.beta14
Jean-Yves Lamoureux jylam 19年前
コミット
579b928b7e
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      cucul/import.c

+ 1
- 1
cucul/import.c ファイルの表示

@@ -212,7 +212,7 @@ static cucul_canvas_t *import_ansi(void const *data, unsigned int size)
unsigned int i;
unsigned int count = 0;
unsigned int tuple[1024]; /* Should be enough. Will it be ? */
int x = 0, y = 0;
unsigned int x = 0, y = 0;
unsigned int width = 80, height = 25;
int save_x = 0, save_y = 0;
unsigned int j, skip;


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