Explorar el Código

* Fix a compilation warning due to libcucul API changes.

pull/1/head
Sam Hocevar sam hace 17 años
padre
commit
ff314b0078
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tools/caca2tlf.c

+ 1
- 1
tools/caca2tlf.c Ver fichero

@@ -33,7 +33,7 @@ static void add_char(unsigned long int);


cucul_font_t *f; cucul_font_t *f;
cucul_canvas_t *out, *onechar; cucul_canvas_t *out, *onechar;
unsigned long int const *blocks;
uint32_t const *blocks;
uint8_t * image; uint8_t * image;
unsigned int w, h, gw, fgw, gh, iw, ih; unsigned int w, h, gw, fgw, gh, iw, ih;




Cargando…
Cancelar
Guardar