Changeset 106

Show
Ignore:
Timestamp:
05/07/07 19:51:04 (2 years ago)
Author:
dsmith
Message:

cwiidpy read function (correct botched commit)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/cwiidpy/cwiidmodule.c

    r105 r106  
    352352        /* TODO: More error checking */ 
    353353        buf = malloc(length); 
    354         cwiid_read(((cwiidmodule*)self)->wiimote,flags,offset,length,buf); 
     354        cwiid_read(((Wiimote *)self)->wiimote,flags,offset,length,buf); 
    355355        pyRetBuf = PyBuffer_FromMemory((char*)buf, length); 
    356356        free(buf);