Changeset 2829


Ignore:
Timestamp:
Sep 27, 2008, 6:23:26 PM (15 years ago)
Author:
Pascal Terjan
Message:
  • Fix a warning
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/ruby/caca-canvas.c

    r2822 r2829  
    557557static VALUE export_memory(VALUE self, VALUE format)
    558558{
    559     unsigned long int bytes;
     559    size_t bytes;
    560560    void *result;
    561561    VALUE ret;
Note: See TracChangeset for help on using the changeset viewer.