소스 검색

* No way, dude. You cannot declare x and y unsigned if you test for (x < 0).

tags/v0.99.beta14
Sam Hocevar sam 18 년 전
부모
커밋
5fc912073b
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 ? */
unsigned int x = 0, y = 0;
int x = 0, y = 0;
unsigned int width = 80, height = 25;
int save_x = 0, save_y = 0;
unsigned int j, skip;


불러오는 중...
취소
저장