diff --git a/cucul/import.c b/cucul/import.c index d3060e6..bb906ae 100644 --- a/cucul/import.c +++ b/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;