Explorar el Código

* Fix a warning

tags/v0.99.beta14
Pascal Terjan pterjan hace 16 años
padre
commit
f58d6161f2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      ruby/caca-canvas.c

+ 1
- 1
ruby/caca-canvas.c Ver fichero

@@ -556,7 +556,7 @@ static VALUE import_file(VALUE self, VALUE filename, VALUE format)

static VALUE export_memory(VALUE self, VALUE format)
{
unsigned long int bytes;
size_t bytes;
void *result;
VALUE ret;
result = caca_export_memory (_SELF, StringValuePtr(format), &bytes);


Cargando…
Cancelar
Guardar