diff -r a446eafcddeb -r e704706008d4 project_files/frontlib/ipc/gameconn.h --- a/project_files/frontlib/ipc/gameconn.h Thu Jul 05 22:22:48 2012 +0200 +++ b/project_files/frontlib/ipc/gameconn.h Tue Jul 10 19:33:57 2012 +0200 @@ -81,7 +81,7 @@ * Called when the game ends * handleGameRecorded(void *context, const uint8_t *record, int size, bool isSavegame) */ -void flib_gameconn_onGameRecorded(flib_gameconn *conn, void (*callback)(void *context, const uint8_t *record, int size, bool isSavegame), void* context); +void flib_gameconn_onGameRecorded(flib_gameconn *conn, void (*callback)(void *context, const uint8_t *record, size_t size, bool isSavegame), void* context); /** * Called when the game ends