From ff314b0078b4f2c90834941099553e4acc4b43d2 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sun, 15 Jun 2008 14:46:59 +0000 Subject: [PATCH] * Fix a compilation warning due to libcucul API changes. --- tools/caca2tlf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/caca2tlf.c b/tools/caca2tlf.c index 7f14055..474b98e 100644 --- a/tools/caca2tlf.c +++ b/tools/caca2tlf.c @@ -33,7 +33,7 @@ static void add_char(unsigned long int); cucul_font_t *f; cucul_canvas_t *out, *onechar; -unsigned long int const *blocks; +uint32_t const *blocks; uint8_t * image; unsigned int w, h, gw, fgw, gh, iw, ih;