warning--

SVN revision: 55477
This commit is contained in:
Vincent Torri 2010-12-11 00:41:31 +00:00
parent 0d2cd096b4
commit 84b6c26d99
1 changed files with 2 additions and 2 deletions

View File

@ -132,8 +132,8 @@ static void _free(void *data, void *element)
{
Buddy *b = data;
Block *block, *buddy;
unsigned int offset;
unsigned int index;
size_t offset;
size_t index;
offset = (unsigned char *)element - (unsigned char *)b->heap;
if (offset > b->size)